开发者

How to check if selenium server is running in background

Hi am using selenium 2.0 with netbeans IDE. I am writing a code to check if selenium server is running.But am not able to identify if its running or not because there no process in task manager or its not list开发者_如何学编程ed in services. Am using java code. So can anyone check with it and do the needfull.


You can easily check the selenium server is running or not. open this link in broweser - http://localhost:4444/wd/hub/status

It will show the log of running server otherwise show unable to connect/page is not availble.

Or You can also check with http://localhost:4444/selenium-server/driver/?cmd=getLogMessages If serveris runnning then it will show 'ok' in browser.


You can see, if the port is active, see also

How to check whether Selenium Server is running

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜