T - type of the locator handler resultpublic interface FluentProxyState<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
loaded()
Check if the element is loaded.
|
T |
now()
Search for the element now, actually performing the search on the
WebDriver. |
T |
now(boolean force)
Search for the element now, actually performing the search on the
WebDriver. |
com.google.common.base.Optional<T> |
optional()
Builds an optional.
|
boolean |
present()
Check if the element is present in the DOM.
|
T |
reset()
Reset the element.
|
boolean present()
T now()
WebDriver.
It has no effect if the element is already loaded.
org.openqa.selenium.NoSuchElementException - if the element is not present, and has never been.org.openqa.selenium.StaleElementReferenceException - if the element has been present, but is not present anymore.T now(boolean force)
WebDriver.
It has no effect if the element is already loaded.
force - force the search even if element is already loadedorg.openqa.selenium.NoSuchElementException - if the element is not present, and has never been.org.openqa.selenium.StaleElementReferenceException - if the element has been present, but is not present anymore.T reset()
boolean loaded()
Copyright © 2016 FluentLenium. All Rights Reserved.