I have written an Ant target that starts Selenium server, runs my test code, and then... I would like it to stop the forked process (Selenium). How do I keep track of that forked thread that Ant created in order to stop it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You should be able to shutdown selenium server with a direct web request to http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer |
|||||||||
|
|
[Here is the ant target:]
|
|||
|
|