Package io.appium.java_client
Class AppiumBy.ByImage
- java.lang.Object
-
- org.openqa.selenium.By
-
- io.appium.java_client.AppiumBy
-
- io.appium.java_client.AppiumBy.ByImage
-
- All Implemented Interfaces:
java.io.Serializable
,org.openqa.selenium.By.Remotable
- Direct Known Subclasses:
MobileBy.ByImage
- Enclosing class:
- AppiumBy
public static class AppiumBy.ByImage extends AppiumBy implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.appium.java_client.AppiumBy
AppiumBy.ByAccessibilityId, AppiumBy.ByAndroidDataMatcher, AppiumBy.ByAndroidUIAutomator, AppiumBy.ByAndroidViewMatcher, AppiumBy.ByAndroidViewTag, AppiumBy.ByClassName, AppiumBy.ByCustom, AppiumBy.ByImage, AppiumBy.ByIosClassChain, AppiumBy.ByIosNsPredicate
-
Nested classes/interfaces inherited from class org.openqa.selenium.By
org.openqa.selenium.By.ByCssSelector, org.openqa.selenium.By.ById, org.openqa.selenium.By.ByLinkText, org.openqa.selenium.By.ByName, org.openqa.selenium.By.ByPartialLinkText, org.openqa.selenium.By.ByTagName, org.openqa.selenium.By.ByXPath, org.openqa.selenium.By.Remotable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ByImage(java.lang.String b64Template)
-
Method Summary
-
Methods inherited from class io.appium.java_client.AppiumBy
accessibilityId, androidDataMatcher, androidUIAutomator, androidViewMatcher, androidViewTag, className, custom, findElement, findElements, image, iOSClassChain, iOSNsPredicateString, toString
-
Methods inherited from class org.openqa.selenium.By
cssSelector, equals, getJavascriptExecutor, getWebDriver, hashCode, id, linkText, name, partialLinkText, tagName, xpath
-
-