-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't kill Firefox 57 #105
Comments
How did you get around this in your tests? There is a very real chance that this was a discrepancy between selenium-webdriver and geckodriver :( |
I didn't. When I run the tests locally, Firefox remains open but the tests themselves run to completion so everything passes. |
I just published |
just tried with 5.3.0 but it remains open |
github.com/wicg/focus-visible if you wanna give it a shot |
It seems like the new FF doesn't get killed properly by
seleniumAssistant.killWebDriver(driver);
The text was updated successfully, but these errors were encountered: