Package software.xdev.selenium.elements
Interface CanFindElements
- All Known Subinterfaces:
ImprovedWebElement
- All Known Implementing Classes:
ImprovedRemoteWebElement
public interface CanFindElements
Shorthand interface for common element lookup and interaction strategies/methods.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault org.openqa.selenium.BybyAttribute(String attribute, String value) default org.openqa.selenium.BybyClassNamePart(String className) default ObjectcallFunction(String methodName, Object... args) default org.openqa.selenium.SearchContextdetermineSearchContext(org.openqa.selenium.WebDriver webDriver) default ElementInstantiatordefault ObjectexecuteScript(String script, Object... args) org.openqa.selenium.WebDriverdefault <T extends org.openqa.selenium.WebElement>
TwaitForFirst(Class<T> clazz) default <T extends org.openqa.selenium.WebElement>
TwaitForFirst(Class<T> clazz, org.openqa.selenium.By additionalAndBy) default <T extends org.openqa.selenium.WebElement>
TwaitForFirst(Class<T> clazz, org.openqa.selenium.By additionalAndBy, Duration duration) default org.openqa.selenium.WebElementwaitForFirst(org.openqa.selenium.By by) default org.openqa.selenium.WebElementwaitForFirstAnd(org.openqa.selenium.By... andBys) default <T extends org.openqa.selenium.WebElement>
TwaitForFirstByClassName(Class<T> clazz, String className) default org.openqa.selenium.WebElementwaitForFirstChained(org.openqa.selenium.By... chainedBys) default <V> Vdefault <V> V
-
Field Details
-
DEFAULT_WAIT_UNTIL_DURATION
-
-
Method Details
-
byAttribute
-
byClassNamePart
-
waitForFirstChained
default org.openqa.selenium.WebElement waitForFirstChained(org.openqa.selenium.By... chainedBys) -
waitForFirstAnd
default org.openqa.selenium.WebElement waitForFirstAnd(org.openqa.selenium.By... andBys) -
waitForFirst
default org.openqa.selenium.WebElement waitForFirst(org.openqa.selenium.By by) -
waitForFirst
-
waitForFirst
default <T extends org.openqa.selenium.WebElement> T waitForFirst(Class<T> clazz, org.openqa.selenium.By additionalAndBy) -
waitForFirst
-
elementProxyCreator
-
waitUntil
-
waitUntil
-
waitForFirstByClassName
-
determineSearchContext
default org.openqa.selenium.SearchContext determineSearchContext(org.openqa.selenium.WebDriver webDriver) -
getWebDriver
org.openqa.selenium.WebDriver getWebDriver() -
executeScript
-
callFunction
-