Class AppiumType

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

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 void
    execute(com.codeborne.selenide.impl.WebElementSource locator, Object[] args)
     
    protected org.openqa.selenium.WebElement
    findElement(com.codeborne.selenide.impl.WebElementSource locator)
     

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

    clearField, extractOptions

    Methods inherited from class com.codeborne.selenide.FluentCommand

    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

    • execute

      protected void execute(com.codeborne.selenide.impl.WebElementSource locator, Object[] args)
      Overrides:
      execute in class com.codeborne.selenide.commands.Type
    • findElement

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