Before my message, sorry for my poor english and my future grammatical
mistakes.
So, I use Selenium RC in order to process automatic tests in
professional context. And i have to override the methode tearDown, in
order to execute actions after the test.
But when I override the method, i'm not able to close the window which
contains the Selenium Server, with title : "Selenium Remote Control".
How can I do in order to automatically close the browser, and
particularly this window ?
Nevertheless, the call of super.teardown has solved the problem. Thx !
Nevertheless, the call of super.teardown has solved the problem. Thx !
On 5 mar, 18:47, darrell <darrell.grain...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
self.selenium.shut_down_selenium_server()
to shut down the server