Class AppiumClick
java.lang.Object
com.codeborne.selenide.FluentCommand
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) void
execute
(WebElementSource locator, Object @Nullable [] 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
Methods inherited from class com.codeborne.selenide.FluentCommand
execute
-
Constructor Details
-
AppiumClick
public AppiumClick()
-
-
Method Details
-
execute
-
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
- Overrides:
findElement
in classClick
-