Hi,
The reason is that otherwise failures in suite teardowns could be unnoticed. It could be that the tests pass, but leave the system in unstable conditions so that teardown fails. This is the reason behind the current functionality.
In your situation you could execute the teardown with keyword "run keyword and ignore error". See BuiltIn library's documentation for details. However, ignoring error is just postponing the actual problem, because at some point you have just too much browsers open. In case you cannot always get the ie8 closed with SeleniumLibrary's "Close Browser" keyword, you could see if AutoIt library would be ankea to close the browser.
Br,
Juha
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To post to this group, send email to robotframe...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.