Class AppiumSetValue

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

@ParametersAreNonnullByDefault public class AppiumSetValue extends com.codeborne.selenide.commands.SetValue
  • Field Summary

    Fields inherited from interface com.codeborne.selenide.Command

    NO_ARGS
  • 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)
     

    Methods inherited from class java.lang.Object

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

    • execute

      @Nonnull public com.codeborne.selenide.SelenideElement execute(com.codeborne.selenide.SelenideElement proxy, com.codeborne.selenide.impl.WebElementSource locator, @Nullable Object[] args)
      Specified by:
      execute in interface com.codeborne.selenide.Command<com.codeborne.selenide.SelenideElement>
      Overrides:
      execute in class com.codeborne.selenide.commands.SetValue