How can I force the Selenium hub/node require a password to be accessed? I don\'t mean authenticate the browser. I mean require the Selenium server to ask for a password b
Right now the answer is no.
It is however an open source project so you could write the functionality to do this and offer up a patch. the source is available here:
http://code.google.com/p/selenium/source/checkout
Or if you prefer github, the github mirror is:
https://github.com/SeleniumHQ/selenium