Package io.appium.java_client
Class MobileBy.ByCustom
- java.lang.Object
-
- org.openqa.selenium.By
-
- io.appium.java_client.AppiumBy
-
- io.appium.java_client.AppiumBy.ByCustom
-
- io.appium.java_client.MobileBy.ByCustom
-
- All Implemented Interfaces:
java.io.Serializable
,org.openqa.selenium.By.Remotable
- Enclosing class:
- MobileBy
@Deprecated public static class MobileBy.ByCustom extends AppiumBy.ByCustom
Deprecated.UseAppiumBy.ByCustom
instead.This type of locator requires the use of the 'customFindModules' capability and a separately-installed element finding plugin.- 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
ByCustom(java.lang.String selector)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toString()
Deprecated.-
Methods inherited from class io.appium.java_client.AppiumBy
accessibilityId, androidDataMatcher, androidUIAutomator, androidViewMatcher, androidViewTag, className, custom, findElement, findElements, image, iOSClassChain, iOSNsPredicateString
-
Methods inherited from class org.openqa.selenium.By
cssSelector, equals, getJavascriptExecutor, getWebDriver, hashCode, id, linkText, name, partialLinkText, tagName, xpath
-
-