看起来,Atata中包含的Selenium版本不支持EdgeOption "UseChromium",而且当我尝试使用边缘驱动程序时,除非我将EdgeOption文件夹中的驱动程序从"msedgedriver.exe“重命名为"MicrosoftWebDriver.exe",否则测试运行将失败,这使我相信它正在尝试运行旧的无铬边缘--有什么方法可以使此工作吗?
发布于 2021-06-13 11:29:39
为了在Atata中使用Chromium:
Selenium.WebDriver包更新为4.0.0-beta2版本。Atata样本/使用无头边缘示例也可能有所帮助。
https://stackoverflow.com/questions/67940898
复制相似问题