MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / isDisplayed

Method isDisplayed

java/src/org/openqa/selenium/WebElement.java:284–284  ·  view source on GitHub ↗

Is this element displayed or not? This method avoids the problem of having to parse an element's "style" attribute. @return Whether the element is displayed

()

Source from the content-addressed store, hash-verified

282 * @return Whether the element is displayed
283 */
284 boolean isDisplayed();
285
286 /**
287 * Where on the page is the top left-hand corner of the rendered element?

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls