All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codeborne.selenide.appium.commands.AppiumClickMethod Maven / Gradle / Ivy

There is a newer version: 7.5.0
Show newest version
package com.codeborne.selenide.appium.commands;

public enum AppiumClickMethod {

  TAP,
  TAP_WITH_OFFSET,
  DOUBLE_TAP,
  LONG_PRESS

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy