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
Fix SessionCleaner dying off due to uncaught exception. (#2031)
Because the run() method does not catch any exceptions, throwing an unchecked exception in checkExpiry propagates up and causes the SessionCleaner thread to die off. Once this happens, browser sessions will no longer be closed due to their timeout.
This issue is described here:
SeleniumHQ/selenium-google-code-issue-archive#7248
0 commit comments