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
This can be seen either locally, with driver (e.g. geckodriver and chromedriver) processes continuing to run even after the browser windows have exited, or in the GitHub Actions, by examining the very tail of the logs (here's a paste):
Hah, nice catch :) Thanks for the report. Seems this is basically because I do not understand the difference between close and quit in Selenium. This should be quit:
This can be seen either locally, with driver (e.g.
geckodriver
andchromedriver
) processes continuing to run even after the browser windows have exited, or in the GitHub Actions, by examining the very tail of the logs (here's a paste):The text was updated successfully, but these errors were encountered: