Uses of Enum Class
org.kquiet.browser.action.Select.SelectBy
Packages that use Select.SelectBy
-
Uses of Select.SelectBy in org.kquiet.browser.action
Methods in org.kquiet.browser.action that return Select.SelectByModifier and TypeMethodDescriptionstatic Select.SelectByReturns the enum constant of this class with the specified name.static Select.SelectBy[]Select.SelectBy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kquiet.browser.action with parameters of type Select.SelectByModifier and TypeMethodDescriptionstatic voidSelect.clickToSelect(org.openqa.selenium.WebElement element, Select.SelectBy selectBy, Object... options) Clicks an element and then performs selecting on it.Constructors in org.kquiet.browser.action with parameters of type Select.SelectByModifierConstructorDescriptionSelect(org.openqa.selenium.By by, List<org.openqa.selenium.By> frameBySequence, Select.SelectBy selectBy, Object... options) Create an action to perform selection against a specific element.Select(org.openqa.selenium.By by, Select.SelectBy selectBy, Object... options) Create an action to perform selection against a specific element.