Can Selenium Grid be configured for authentication?
How can I get the Selenium / node hub to prompt for a password to access? I don't mean browser authentication. I mean the Selenium server asks for a password before it runs the test.
It seems that if you are using a Selenium or node hub, you are at risk unless you are on a very private network.
+3
Robert L.
source
to share
1 answer
There is no answer at this time.
It is, however, an open source project, so you can write functionality to do this and offer a patch. source is available here:
http://code.google.com/p/selenium/source/checkout
Or, if you prefer github, a github mirror:
https://github.com/SeleniumHQ/selenium
+1
Ardesco
source
to share