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
()
| 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? |
no outgoing calls