Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Give the option to kill all browsers and webdriver session while using DefaultSessionFactory methods #146

Open
shriverg1 opened this issue Oct 25, 2016 · 2 comments

Comments

@shriverg1
Copy link

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.

@mmlinford
Copy link
Collaborator

mmlinford commented May 24, 2017

So you're saying that if, for example, somebody's IE test fails and doesn't clean it up, it will not get cleaned up if the next person runs Chrome?

@hyaruixi
Copy link
Contributor

Do we need this method? I remember EWD will kill session first before start a new one

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants