Package com.codeborne.selenide.appium
Class AppiumSelectors
java.lang.Object
com.codeborne.selenide.appium.AppiumSelectors
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.By
byAttribute
(String attributeName, String attributeValue) static org.openqa.selenium.By
byClassNameAndIndex
(String className, int index) static org.openqa.selenium.By
byContentDescription
(String contentDescriptionValue) static org.openqa.selenium.By
static org.openqa.selenium.By
byTagAndAttribute
(String tag, String attributeName, String attributeValue) static org.openqa.selenium.By
byTagAndContentDescription
(String tag, String contentDescriptionValue) static org.openqa.selenium.By
byTagAndName
(String tag, String nameAttributeValue) static org.openqa.selenium.By
byTagAndText
(String tag, String elementText) static org.openqa.selenium.By
static org.openqa.selenium.By
withAttribute
(String attributeName, String attributeValue) static org.openqa.selenium.By
withContentDescription
(String contentDescriptionValue) static org.openqa.selenium.By
static org.openqa.selenium.By
withTagAndAttribute
(String tag, String attributeName, String attributeValue) static org.openqa.selenium.By
withTagAndContentDescription
(String tag, String contentDescriptionValue) static org.openqa.selenium.By
withTagAndName
(String tag, String nameAttributeValue) static org.openqa.selenium.By
withTagAndText
(String tag, String elementText) static org.openqa.selenium.By
-
Method Details
-
byTagAndText
-
byText
-
withTagAndText
-
withText
-
byTagAndName
-
byName
-
withTagAndName
-
withName
-
byTagAndAttribute
-
byAttribute
-
withTagAndAttribute
-
withAttribute
-
byTagAndContentDescription
-
withTagAndContentDescription
-
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)
-