如何在 Selenium 中运行 Microsoft Edge。每次我运行测试时,Edge 浏览器都会打开,但不会加载任何 URL。然后它会显示一个带有文本的小对话框:
Microsoft Web Driver has stopped working. A problem cause the program to stop working correctly. Please close the program
我在用:
- Windows 10 操作系统 17763.914
- Selenium.WebDriver.MicrosoftDriver 版本 17.17134.0
- Selenium 支持版本 3.141.0
- Selenium Web 驱动程序版本 3.141.0 和
- Microsoft Edge 浏览器版本 18.17763。
- 它是带有 C# 的 N 单元框架。
代码试用:
using OpenQA.Selenium.Edge;
driver = new EdgeDriver();