Class AppiumFindAllByXpath
java.lang.Object
com.codeborne.selenide.appium.commands.AppiumFindAllByXpath
- All Implemented Interfaces:
Command<SelenideAppiumCollection>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(SelenideElement parentElement, WebElementSource parentLocator, Object @Nullable [] args)
-
Constructor Details
-
AppiumFindAllByXpath
public AppiumFindAllByXpath()
-
-
Method Details
-
execute
public SelenideAppiumCollection execute(SelenideElement parentElement, WebElementSource parentLocator, Object @Nullable [] args) - Specified by:
executein interfaceCommand<SelenideAppiumCollection>
-