You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed null pointer exception when managed element is not found
The command_executor has a chance to return an
error code of ENOSUCHELEMENT. This leaves the
element_wrapper object equal to null. Which ends
up throwing an exception on the next like of code
when it tries to use the element. This in turn causes
a crash in IEDriver and it shuts down
Signed-off-by: Jim Evans <james.h.evans.jr@gmail.com>
0 commit comments