File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/main/java/io/appium/java_client Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,13 @@ public static By AccessibilityId(final String accessibilityId) {
102
102
* @param iOSNsPredicateString is an an iOS NsPredicate String
103
103
* @return an instance of {@link io.appium.java_client.MobileBy.ByIosNsPredicate}
104
104
*/
105
- public static By IosNsPredicateString (final String iOSNsPredicateString ) {
105
+ public static By iOSNsPredicateString (final String iOSNsPredicateString ) {
106
106
return new ByIosNsPredicate (iOSNsPredicateString );
107
107
}
108
+
109
+ public static By windowsAutomation (final String windowsAutomation ) {
110
+ return new ByWindowsAutomation (windowsAutomation );
111
+ }
108
112
109
113
public static class ByIosUIAutomation extends MobileBy implements Serializable {
110
114
You can’t perform that action at this time.
0 commit comments