Merge pull request #3721 from Jonahss/master

better error message for java UiScrollable parsing exception
This commit is contained in:
bootstraponline
2014-09-26 17:28:41 -04:00

View File

@@ -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");
}
}
}