-
-
Notifications
You must be signed in to change notification settings - Fork 765
Closed
Labels
Description
Description
NO_SUCH_ELEMENT can't be parsed.
NPE. Please see the attachment at the end for stacktrace.
Environment
java8
Appium1.5.2
MAC
Android
Details
With the latest selenium(selenium3 beta 4) and appium1.5.2:
When "NO_SUCH_ELEMENT" error is parsed,
ErrorCodesMobile.getExceptionType(int) is supposed to call ErrorCodes.getExceptionType(int) , and within that method it should call ErrorCodes.getExceptionType(string). However, ErrorCodes.getExceptionType(string) is overrided by ErrorCodesMobile, but it doesn't call ErrorCodes.getExceptionType(string), instead it thorws NPE.
Code To Reproduce Issue [ Good To Have ]
call findElement when the element is not displayed
