Security in Selenium 2?

前端 未结 2 834
-上瘾入骨i
-上瘾入骨i 2021-01-15 00:52

I was asking myself if Selenium has any possibilities to secure the communication in Selenium Grid for example. As far as I know Selenium communicates via JSON and Selenese

2条回答
  •  无人共我
    2021-01-15 01:42

    You would have to run your own SSL proxy in front of the hub and the nodes. It is presumed that you aren't publicly exposing your grid.

提交回复
热议问题