from selenium import webdriver
driver.get("xxxxx")
当我打开边缘窗口时,当我运行这段代码时,它将显示selenium.common.exceptions.NoSuchWindowException: Message: The specified window could not be found.。换句话说,如果我在没有边缘窗口的
我是使用visual 2015学习C# selenium的初学者。我想测试一个随机网站使用边缘浏览器。通过使用NuGet,我安装了selenium support (最新版本)v3.141.0、selenium webdriver (最新版本)v3.141.0和selenium microsoft (最新版本然而,在我的笔记本电脑上的操作系统版本(最新的窗口10)是18362,这是无法</e
我正在使用selenium为Edge浏览器创建自动化工具,在该工具中,我需要以三个不同的URL并行打开三个边缘窗口。第一个边缘浏览器窗口成功启动,但是当为第二个url调用函数openEdgeBrowser时,它会抛出异常:WebDriverError:未知错误。const webdriver = require('selenium-webdriver');
co