自动化错误 - Serenity BDD - 硒 - Java - Chrome - Jenkins
作者:Gabriel Martín Quiroga Golini 提问时间:8/11/2023
发现此错误 net.thucydides.core.webdriver.DriverConfigurationError: WebDriver was unable to create a new...
硒 问答列表
作者:Gabriel Martín Quiroga Golini 提问时间:8/11/2023
发现此错误 net.thucydides.core.webdriver.DriverConfigurationError: WebDriver was unable to create a new...
作者:MegaPaul 提问时间:8/25/2023
我想通过自己导航到登录页面来手动登录 Google,但弹出错误。这是我设置的,没什么花哨的。Couldn't sign you in, This browser or app may not be s...
作者:Kumar Sampath 提问时间:6/1/2018
我正在尝试使用 URL 启动 chrome,浏览器启动,之后它什么也没做。 1 分钟后我看到以下错误: Unable to open browser with url: 'https://www....
作者:Myth Rush 提问时间:8/31/2023
我使用最新的 chromedriver 116.0.5845.96。当我打开具有指定配置文件的页面时,我收到错误: 未知错误:Chrome 无法启动:正常退出。(未知错误:DevToolsActiv...
作者:JY Lee 提问时间:8/29/2023
string binPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + @"\Driver"; Sys...
作者:Uri 提问时间:2/25/2015
我们开发了一个 Chrome 扩展程序,我想用 Selenium 测试我们的扩展程序。我创建了一个测试,但问题是我们的扩展在安装时会打开一个新选项卡,我想我从另一个选项卡中得到了异常。是否可以切换到我...
作者:vince 提问时间:8/21/2023
我正在尝试使用 undetected-chromedriver 从 Mac 登录 google 帐户。但是,当我运行下面的代码时,我收到以下错误消息:“消息:未知错误:无法连接到 127.0.0.1:...
作者:김수연 提问时间:10/19/2023
http://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio 我打开了这个页面的 Excel VBA Selenium Edgedri...
作者:dsjfhdjshfjkdshjf 提问时间:9/4/2023
我无法导入 Chrome 选项以在 Node JS (OS X) 上的无头模式下使用 Selenium。 我的代码是 import { Builder, Browser, By, Key, un...
作者:Sankar 提问时间:9/26/2023
我有一个小的 c# 控制台程序,它使用 Selenium 逐个加载 URL 列表并解析一些文本数据。我们的程序在 Windows 10 操作系统上成功运行,但在 Windows 11 操作系统上运行我...