Class AppiumClick
java.lang.Object
com.codeborne.selenide.commands.Click
com.codeborne.selenide.appium.commands.AppiumClick
- All Implemented Interfaces:
Command<SelenideElement>
- Direct Known Subclasses:
AppiumDoubleTap
,AppiumTap
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
click
(Driver driver, org.openqa.selenium.WebElement webElement, AppiumClickOptions appiumClickOptions) protected void
click
(Driver driver, org.openqa.selenium.WebElement webElement, ClickOptions options) execute
(SelenideElement proxy, WebElementSource locator, Object[] args) protected org.openqa.selenium.WebElement
findElement
(WebElementSource locator, boolean force) org.openqa.selenium.Point
getCenter
(org.openqa.selenium.WebElement element) Methods inherited from class com.codeborne.selenide.commands.Click
clickViaJS, defaultClick, isCenter, options
-
Constructor Details
-
AppiumClick
public AppiumClick()
-
-
Method Details
-
execute
@Nonnull public SelenideElement execute(SelenideElement proxy, WebElementSource locator, @Nullable Object[] args) - Specified by:
execute
in interfaceCommand<SelenideElement>
- Overrides:
execute
in classClick
-
click
protected void click(Driver driver, org.openqa.selenium.WebElement webElement, ClickOptions options) -
click
protected void click(Driver driver, org.openqa.selenium.WebElement webElement, AppiumClickOptions appiumClickOptions) -
getCenter
public org.openqa.selenium.Point getCenter(org.openqa.selenium.WebElement element) -
findElement
@Nonnull @CheckReturnValue protected org.openqa.selenium.WebElement findElement(WebElementSource locator, boolean force) - Overrides:
findElement
in classClick
-