Class AppiumSetValue
java.lang.Object
com.codeborne.selenide.commands.SetValue
com.codeborne.selenide.appium.commands.AppiumSetValue
- All Implemented Interfaces:
Command<SelenideElement>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(SelenideElement proxy, WebElementSource locator, Object[] args)
-
Method Details
-
execute
@Nonnull public SelenideElement execute(SelenideElement proxy, WebElementSource locator, @Nullable Object[] args) - Specified by:
execute
in interfaceCommand<SelenideElement>
- Overrides:
execute
in classSetValue
-