When I run test in Selenium 2, I end with selenium.close(); selenium.stop();. In previous version it closed both the windows with tested application and window with test log. In Selenium 2 the second window stays opened - what I can do to close it too ?
Selenium 2.0a6.
There was a bug that made the .close() method fails. Try .quit() instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With