Selenium server operates a web server under Jetty it can
receive commands via http through browsers.
The following URL will be used to shut down the server.
http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer
If we want to leave the server running and just close down
the current session we could issue the following URL in a browser.
http://localhost:4444/selenium-server/driver/?cmd=shutDown
No comments:
Post a Comment