We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e8c8c commit 61af94fCopy full SHA for 61af94f
src/main/java/io/appium/java_client/AppiumDriver.java
@@ -732,4 +732,10 @@ protected static boolean _isNotNullOrEmpty(String str) {
732
protected static boolean _isNotNullOrEmpty(Object ob) {
733
return ob != null;
734
}
735
+
736
+ @Override
737
+ public abstract RequiredElementType scrollTo(String text);
738
739
740
+ public abstract RequiredElementType scrollToExact(String text);
741
0 commit comments