Package io.appium.java_client
Class MobileBy.ByWindowsAutomation
- java.lang.Object
-
- org.openqa.selenium.By
-
- io.appium.java_client.AppiumBy
-
- io.appium.java_client.MobileBy
-
- io.appium.java_client.MobileBy.ByWindowsAutomation
-
- All Implemented Interfaces:
java.io.Serializable
,org.openqa.selenium.By.Remotable
- Enclosing class:
- MobileBy
@Deprecated public static class MobileBy.ByWindowsAutomation extends MobileBy implements java.io.Serializable
Deprecated.Not supported on the server side.The Windows UIAutomation selector.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.appium.java_client.MobileBy
MobileBy.ByAccessibilityId, MobileBy.ByAndroidDataMatcher, MobileBy.ByAndroidUIAutomator, MobileBy.ByAndroidViewMatcher, MobileBy.ByAndroidViewTag, MobileBy.ByCustom, MobileBy.ByImage, MobileBy.ByIosClassChain, MobileBy.ByIosNsPredicate, MobileBy.ByWindowsAutomation
-
Nested classes/interfaces inherited from class io.appium.java_client.AppiumBy
AppiumBy.ByClassName
-
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
ByWindowsAutomation(java.lang.String locatorString)
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.MobileBy
AccessibilityId, androidDataMatcher, AndroidUIAutomator, androidViewMatcher, AndroidViewTag, custom, image, iOSClassChain, iOSNsPredicateString, windowsAutomation
-
Methods inherited from class io.appium.java_client.AppiumBy
accessibilityId, androidUIAutomator, androidViewTag, className, findElement, findElements
-
Methods inherited from class org.openqa.selenium.By
cssSelector, equals, getJavascriptExecutor, getWebDriver, hashCode, id, linkText, name, partialLinkText, tagName, xpath
-
-