Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
似乎在使用 Selenium RemoteWebDriver 时,所有以纯文本形式发送到 servlet 容器的命令在大多数情况下都不是问题,但我担心的是测试数据是以相同的方式发送的。即用户名和密码登录到网站的个性化区域待测。有没有人遇到过安全处理这些问题的要求,如果有,你是怎么做的。
谢谢
似乎实现这一目标的最佳方法是使用安全隧道,并发送 selenium 通过该隧道生成的所有 http 流量