Selenium does not close browser window with log -
when run test in selenium 2, end selenium.close(); selenium.stop();
. in previous version closed both windows tested application , window test log. in selenium 2 second window stays opened - can close ?
selenium 2.0a6.
there bug made .close() method fails. try .quit() instead.
Comments
Post a Comment