Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ isOpen
Method
isOpen
src/main/java/org/htmlunit/html/HtmlDialog.java:66–68 ·
view source on GitHub ↗
@return the open property
()
Source
from the content-addressed store, hash-verified
64
* @
return
the {@code open} property
65
*/
66
public
boolean isOpen() {
67
return
hasAttribute(
"open"
);
68
}
69
70
/**
71
* @
return
true
if
the dialog is open and modal.
Callers
15
show
Method · 0.95
showModal
Method · 0.95
show
Method · 0.95
showModal
Method · 0.95
close
Method · 0.95
ext-air.js
File · 0.45
ext-air-debug.js
File · 0.45
ext-air.js
File · 0.45
Proxy.js
File · 0.45
ext-db.js
File · 0.45
formClosesDialogWithoutJs
Method · 0.45
isDisplayed
Method · 0.45
Calls
1
hasAttribute
Method · 0.45
Tested by
1
formClosesDialogWithoutJs
Method · 0.36