注意到 2 个主要的 Selenium 云提供商使用 HTTP 基本身份验证并且不使用 HTTPS。
我想知道为什么以及该决定的安全影响是什么。
酱汁实验室
this.driver = new RemoteWebDriver(
new URL("http://YOUR_USERNAME:YOUR_ACCESS_KEY@ondemand.saucelabs.com:80/wd/hub"),
capabilities);
浏览器堆栈
public static final String URL = "http://" + USERNAME + ":" + AUTOMATE_KEY + "@hub.browserstack.com/wd/hub";