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
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.