Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
webBrowser1 にあることを確認する方法はありますか? jquery ダイアログがアクティブですか? これは、c# webBrowser クラスを使用して確認したいダイアログの外観です 。これは単純な html Web ページではありません
これを試しましたか-
if($(".ui-dialog").is(":visible")) { //dialog is open }
これを使って:
$("#mydialog").dialog( "isOpen" )