Class AppiumDoubleClick

java.lang.Object
com.codeborne.selenide.appium.commands.AppiumDoubleClick
All Implemented Interfaces:
com.codeborne.selenide.Command<com.codeborne.selenide.SelenideElement>

@ParametersAreNonnullByDefault public class AppiumDoubleClick extends Object implements com.codeborne.selenide.Command<com.codeborne.selenide.SelenideElement>
  • Field Summary

    Fields inherited from interface com.codeborne.selenide.Command

    NO_ARGS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.codeborne.selenide.SelenideElement
    execute(com.codeborne.selenide.SelenideElement proxy, com.codeborne.selenide.impl.WebElementSource locator, Object[] args)
     
    protected org.openqa.selenium.WebElement
    findElement(com.codeborne.selenide.impl.WebElementSource locator)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AppiumDoubleClick

      public AppiumDoubleClick()
  • Method Details

    • execute

      @Nonnull public com.codeborne.selenide.SelenideElement execute(com.codeborne.selenide.SelenideElement proxy, com.codeborne.selenide.impl.WebElementSource locator, @Nullable Object[] args) throws IOException
      Specified by:
      execute in interface com.codeborne.selenide.Command<com.codeborne.selenide.SelenideElement>
      Throws:
      IOException
    • findElement

      @Nonnull @CheckReturnValue protected org.openqa.selenium.WebElement findElement(com.codeborne.selenide.impl.WebElementSource locator)