cerberus-core
cerberus-core copied to clipboard
Handle "stale element reference: stale element not found” error
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 ?