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
utils.getImagesPath() simply returns the path of my resource directory
assuming 'continue_btn.png' is present in the resource directory, but isn't on screen, this code should print the error message "Action timed out after XXXX ms"
The text was updated successfully, but these errors were encountered:
Short overview
The timeout error thrown for
waitFor()
could contain more details (similar tofind()
errors).Use case
To debug issues more easily.
Detailed description
Currently, when I handle an error thrown by a
waitFor
call, the only message shown is:This message itself is vague, not to mention the absence of the stack trace in the error log.
I think giving a bit of context for where and what this error is, would be extremely helpful.
This is a very simple script which illustrates the point:
utils.getImagesPath()
simply returns the path of my resource directoryThe text was updated successfully, but these errors were encountered: