Comment #2 on issue 1645 by ate.fokk...@gmail.com: Chrome browser is crashing when running robot framework scripts
http://code.google.com/p/robotframework/issues/detail?id=1645

While I've not encountered this happening in a similar setup, my guess is that while robot framework closes gracefully, you have to be sure to perform any other cleanup. Try adding a teardown for the whole suite that closes the browser: http://rtomac.github.io/robotframework-selenium2library/doc/Selenium2Library.html#Close%20All%20Browsers

The teardown should be performed after closing the test. Do be sure to let the test finish after pressing ctrl-c once,if you do it twice it should stop abruptly and you just kill the rf process.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to