When I run the test in Selenium 2, I end up on selenium.close(); selenium.stop();. In the previous version, it closed both the windows with the tested application and the test log . In Selenium 2, the second window remains open - what can I do to close it?
Selenium 2.0a6 .
source
share