Class AppiumType

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

@ParametersAreNonnullByDefault public class AppiumType extends com.codeborne.selenide.commands.Type
  • Field Summary

    Fields inherited from interface com.codeborne.selenide.Command

    NO_ARGS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.openqa.selenium.WebElement
    findElement(com.codeborne.selenide.impl.WebElementSource locator)
     

    Methods inherited from class com.codeborne.selenide.commands.Type

    execute

    Methods inherited from class java.lang.Object

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

    • AppiumType

      public AppiumType()
  • Method Details

    • findElement

      @Nonnull @CheckReturnValue protected org.openqa.selenium.WebElement findElement(com.codeborne.selenide.impl.WebElementSource locator)
      Overrides:
      findElement in class com.codeborne.selenide.commands.Type