com.codeborne.selenide.appium.commands.AppiumClickMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of selenide-appium Show documentation
Show all versions of selenide-appium Show documentation
Selenide = concise API for Selenium WebDriver
package com.codeborne.selenide.appium.commands;
public enum AppiumClickMethod {
TAP,
TAP_WITH_OFFSET,
DOUBLE_TAP,
LONG_PRESS
}