Class AppiumSelectors

java.lang.Object
com.codeborne.selenide.appium.AppiumSelectors

public class AppiumSelectors extends Object
  • Method Details

    • byTagAndText

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By byTagAndText(String tag, String elementText)
    • byText

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By byText(String elementText)
    • withTagAndText

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By withTagAndText(String tag, String elementText)
    • withText

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By withText(String elementText)
    • byTagAndName

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By byTagAndName(String tag, String nameAttributeValue)
    • byName

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By byName(String nameAttributeValue)
    • withTagAndName

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By withTagAndName(String tag, String nameAttributeValue)
    • withName

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By withName(String nameAttributeValue)
    • byTagAndAttribute

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By byTagAndAttribute(String tag, String attributeName, String attributeValue)
    • byAttribute

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By byAttribute(String attributeName, String attributeValue)
    • withTagAndAttribute

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By withTagAndAttribute(String tag, String attributeName, String attributeValue)
    • withAttribute

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By withAttribute(String attributeName, String attributeValue)
    • byTagAndContentDescription

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By byTagAndContentDescription(String tag, String contentDescriptionValue)
    • withTagAndContentDescription

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By withTagAndContentDescription(String tag, String contentDescriptionValue)
    • byContentDescription

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By byContentDescription(String contentDescriptionValue)
    • withContentDescription

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By withContentDescription(String contentDescriptionValue)
    • byClassNameAndIndex

      @CheckReturnValue @Nonnull public static org.openqa.selenium.By byClassNameAndIndex(String className, int index)