Package com.codeborne.selenide.commands
Class Type
java.lang.Object
com.codeborne.selenide.commands.Type
- All Implemented Interfaces:
Command<SelenideElement>
- Direct Known Subclasses:
AppiumType
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clearField
(SelenideElement proxy, WebElementSource locator, TypeOptions typeOptions) execute
(SelenideElement proxy, WebElementSource locator, Object[] args) protected TypeOptions
extractOptions
(Object[] args) protected org.openqa.selenium.WebElement
findElement
(WebElementSource locator)
-
Constructor Details
-
Type
public Type() -
Type
-
-
Method Details
-
execute
@Nullable public SelenideElement execute(SelenideElement proxy, WebElementSource locator, Object[] args) - Specified by:
execute
in interfaceCommand<SelenideElement>
-
findElement
@Nonnull @CheckReturnValue protected org.openqa.selenium.WebElement findElement(WebElementSource locator) -
extractOptions
-
clearField
-