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
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
When running jobs on external machines users may want to ensure they have a clean environment to run their UI test from. In order to do this they will need to kill all other webdriver and browser related sessions before they start their test execution. Currently the DefaultSessionFactory has a method that kills only task related to the browser specified. This may cause issues if rogue webdriver sessions are open for other browsers.
The text was updated successfully, but these errors were encountered:
When running jobs on external machines users may want to ensure they have a clean environment to run their UI test from. In order to do this they will need to kill all other webdriver and browser related sessions before they start their test execution. Currently the DefaultSessionFactory has a method that kills only task related to the browser specified. This may cause issues if rogue webdriver sessions are open for other browsers.
The text was updated successfully, but these errors were encountered: