I have bunch of phpunit tests, part of them using selenium, and i need to know wheteher selenium server is running or not (windows). Is there way to check it from php?
feedback
|
|
By default Selenium server accepts commands on localhost port 4444 So you could do this:
I dont personally like using @, but fsockopen insists on throwing a PHP notice, when the connection fails. Having this warning in output or even in log file is just annoying. | |||
|
feedback
|