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
The FirefoxDriver will kill the browser when it receives the quit command, but
we still need to explicitly kill the subprocess so we can be notified when the
process has died. Only then should we delete the profile directory. This should
eliminate the race condition for issue 8564.
0 commit comments