MCPcopy 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

showMethod · 0.95
showModalMethod · 0.95
showMethod · 0.95
showModalMethod · 0.95
closeMethod · 0.95
ext-air.jsFile · 0.45
ext-air-debug.jsFile · 0.45
ext-air.jsFile · 0.45
Proxy.jsFile · 0.45
ext-db.jsFile · 0.45
isDisplayedMethod · 0.45

Calls 1

hasAttributeMethod · 0.45

Tested by 1