Selenium IDE error: "You are using an unsupported command-line flag: --disable-web-security. Stability and security will suffer."
Selenium IDE error: "You are using an unsupported command-line flag: --disable-web-security. Stability and security will suffer."
我想 运行 使用 Google Chrome 的 Selenium IDE 测试用例。测试用例已在 Firefox 中通过,但我需要在 chrome 中 运行 它。使用命令提示符,chrome 已打开,但无法 运行 TC,因为错误阻止了它。请告知如何解决,非常感谢!
我通过以下方式解决了这个问题:
1. 运行 selenium 服务器通过命令提示符并指定 ChromeDriverServer
2.在Selenium IDE > Options - WebDriver中指明"chrome"
3. 运行 TC 正常
已在 chrome 中打开并 运行 成功。
我想 运行 使用 Google Chrome 的 Selenium IDE 测试用例。测试用例已在 Firefox 中通过,但我需要在 chrome 中 运行 它。使用命令提示符,chrome 已打开,但无法 运行 TC,因为错误阻止了它。请告知如何解决,非常感谢!
我通过以下方式解决了这个问题: 1. 运行 selenium 服务器通过命令提示符并指定 ChromeDriverServer 2.在Selenium IDE > Options - WebDriver中指明"chrome" 3. 运行 TC 正常
已在 chrome 中打开并 运行 成功。