-
Notifications
You must be signed in to change notification settings - Fork 6
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
IE doesn't close after tests #10
Comments
Interesting, I´ll try to reproduce the error in an VM with similar configuration like your system, do you use the 64bit or the 32bit Version of Windows 7? |
I have the same issue with the IE. |
Same issue here (test succeeds, browser remains open), with an additional error: I'm on Win7 64bit, using IE 11.0.9600.17105, Dalek CLI 0.0.4, Dalek local 0.0.8 |
Could be because of l18n. Running this: var ie = require('dalek-browser-ie');
ie._list(console.log.bind(console)); I see entries like { Imagenaam: 'chrome.exe',
'Proces-id': '8184',
Sessienaam: 'Console',
'Sessienr.': '1',
Geheugengebruik: '22.196 kB' } I.e., the results are in Dutch, hence there's no PID field. |
When using the IE driver, the browser instance remains running and the window remains open.
Tests have completed, "Done, without errors" but the IE window remains. When running with the Chrome driver, the window is closed and the browser instance shut down.
MS Win7, IE 9.0.26, dalek-browser-ie 0.0.4
The text was updated successfully, but these errors were encountered: