Interface SeleniumFindBehavior
- All Known Implementing Classes:
SeleniumClickAction,SeleniumGetAttributeAction,SeleniumGetTextAction,SeleniumHoverThenClickAction,SeleniumScrollToAction,SeleniumSendKeysAction,SeleniumSwitchToAction,SeleniumWaitAction
public interface SeleniumFindBehavior
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<org.openqa.selenium.By>default Optional<org.openqa.selenium.WebElement>findElement(Logger logger, org.openqa.selenium.WebDriver webDriver, String selector, String by, Integer wait) default Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebElement> findExpectation(org.openqa.selenium.By by)
-
Method Details
-
findElement
-
by
-
findExpectation
default Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebElement> findExpectation(org.openqa.selenium.By by)
-