Uses of Class
uk.co.evoco.webdriver.utils.SelectBoxInteractionType
| Package | Description |
|---|---|
| uk.co.evoco.webdriver.utils |
-
Uses of SelectBoxInteractionType in uk.co.evoco.webdriver.utils
Methods in uk.co.evoco.webdriver.utils that return SelectBoxInteractionType Modifier and Type Method Description static SelectBoxInteractionTypeSelectBoxInteractionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SelectBoxInteractionType[]SelectBoxInteractionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.evoco.webdriver.utils with parameters of type SelectBoxInteractionType Modifier and Type Method Description org.openqa.selenium.WebElementTolerantInteraction. tolerantInteraction(org.openqa.selenium.WebElement webElement, SelectBoxInteractionType selectBoxInteractionType, java.util.Optional<java.lang.String> visibleTextOrHtmlValueString, java.util.Optional<java.lang.Integer> itemIndex, int timeoutInSeconds)