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
Sometimes, this exception is raised when selenium interract with an element that is being updated :
The test is cancelled due to lost connection to the Selenium Server! Detailed error: stale element reference: stale element not found”
Adding a wait before often solve the problem.
Maybe it's possible the track this exception and manage an automatic retry, to avoid the usage of manual wait ?
The text was updated successfully, but these errors were encountered:
Hello,
Sometimes, this exception is raised when selenium interract with an element that is being updated :
The test is cancelled due to lost connection to the Selenium Server! Detailed error: stale element reference: stale element not found”
Adding a wait before often solve the problem.
Maybe it's possible the track this exception and manage an automatic retry, to avoid the usage of manual wait ?
The text was updated successfully, but these errors were encountered: