Can Selenium Grid be configured to require authentication?

喜你入骨 提交于 2019-12-04 04:10:22

问题


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 before it will execute a test.

It seems that if you are running a Selenium hub or node you are at great risk unless you are in a very private network.


回答1:


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



来源:https://stackoverflow.com/questions/14593670/can-selenium-grid-be-configured-to-require-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!