Closed
Description
Improve edge-case reliability of js_click(selector)
There are still a few cases where StaleElementReferenceException
happens after calling self.js_click(selector)
. Might be that the click goes through when an exception is thrown with it. Can probably check to see if the URL changed to work around it.
(This should improve on the solution to #2124)