mirror of
https://github.com/appium/appium.git
synced 2026-01-27 20:59:06 -06:00
Merge pull request #3721 from Jonahss/master
better error message for java UiScrollable parsing exception
This commit is contained in:
@@ -279,7 +279,7 @@ public class UiScrollableParser {
|
||||
}
|
||||
|
||||
else {
|
||||
throw new UiSelectorSyntaxException("Must only call methods on UiScrollable which return UiScrollable or UiObject objects");
|
||||
throw new UiSelectorSyntaxException("Must only call the 'scrollIntoView' method OR methods on UiScrollable which return UiScrollable or UiObject objects");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user