Package com.codeborne.selenide.commands
Class Type
java.lang.Object
com.codeborne.selenide.commands.Type
- All Implemented Interfaces:
Command<SelenideElement>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(SelenideElement proxy, WebElementSource locator, Object[] args) protected org.openqa.selenium.WebElementfindElement(WebElementSource locator)
-
Constructor Details
-
Type
public Type() -
Type
-
-
Method Details
-
execute
@Nullable public SelenideElement execute(SelenideElement proxy, WebElementSource locator, Object[] args) - Specified by:
executein interfaceCommand<SelenideElement>
-
findElement
@Nonnull @CheckReturnValue protected org.openqa.selenium.WebElement findElement(WebElementSource locator)
-