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
The default error message when waiting for an element is not useful
varcondition=seleniumWebdriver.until.elementLocated(css: '.my-class')driver.waitcondition,10000// throws => Waiting element to be located by [object Object]
Need to run JSON.stringify on the object for the error message to be useful
The text was updated successfully, but these errors were encountered:
The default error message when waiting for an element is not useful
Need to run
JSON.stringify
on the object for the error message to be usefulThe text was updated successfully, but these errors were encountered: