cost 415 ms
IE driver 4.0.0 卡在 This is the initial start page for the WebDriver server - IE driver 4.0.0 stuck at This is the initial start page for the WebDriver server

我正在使用 Internet Explorer 驱动程序 4.0.0(32 位)和 selenium 更新版本 4.1.2,当我使用 Internet Explorer 驱动程序 4.0.0 运行代码时,它卡在了这是WebDriver服务器的初始起始页。 即使我检查了 Internet Explor ...

启动 Internet Explorer 时出现意外错误。 IELaunchURL() 使用 IEDriverServer v3.150.1 返回 HRESULT 80070005(“访问被拒绝。”) - Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070005 ('Access is denied.') using IEDriverServer v3.150.1

当我尝试使用 IEWebdriver3.150 运行 protractor 脚本时,出现 Access denied 错误: 我尝试创建一个注册表 FEATURE_BFCACHE 并在所有安全区域中启用启用保护模式并将浏览器缩放设置为 100%。 节点版本:v14.16.1(也尝试过最新版本) ...

无法导航到 http://10.22.32.185 这通常意味着调用 COM 方法 IWebBrowser2::Navigate2() 在 Win10 上使用 IE 11 和 ZC49DFB55F06BB5707 - Failed to navigate to http://10.22.32.185 This usually means that a call to the COM method IWebBrowser2::Navigate2() using IE 11 on Win10 and Selenium

我在 Selenium、Windows 10 版本 20H2 中启动 webdriver IE 11 时遇到问题。 这是我的代码: ...

如果浏览器已打开 (Edge Chromium/VB.NET/C#),Selenium 自动化会失败 - Selenium Automation fails if Browser Already Open (Edge Chromium/VB.NET/C#)

我正在使用下面的 VB.NET 代码 op open Edge Chromium(在 IE 功能模式下)。 如果没有打开现有的 Edge 窗口,它就可以工作,否则,它只会在现有窗口中打开另一个选项卡,并只显示这是 WebDriver 服务器的初始启动页面。 什么也没发生(见下面的截图) 一分 ...

Selenium Webdriver sendKeys 在 IE11 32 位中输入值,然后将其删除 - Selenium Webdriver sendKeys enters values in IE11 32 bit but then removes it

我必须在 java 的 selenium 测试的输入框中输入文本。 我正在使用下面的代码来执行此操作,它输入字符但随后将其删除: 或者 或者 这是文本字段: 我遵循设置: Windows 10 64 位 IE11 32 位 IE DriverServer 32 位保护模式全部关闭 nativeEv ...

无法从 Selenium 启动 IE - 所有区域的保护模式设置都不相同 - Unable to Launch IE from Selenium - Protected Mode settings are not the same for all zones

我正在尝试使用以下代码启动 IE: 这在早些时候工作,但我尝试更改互联网选项中的安全级别,然后它给出以下错误: 我看到很多人提到这个问题,并说这可以通过使用安全选项卡中的默认级别来解决。 我已经尝试过了,但我仍然遇到同样的问题。 还尝试重置即设置: ...

InternetExplorerDriver 和 IE11 的 Selenium 性能 - Selenium performance with InternetExplorerDriver and IE11

在 IE11 上运行我的脚本时,我面临着非常缓慢的响应。 有时,我会收到FocusWindowsClosed和ElementIsNotClickable 。 我已经更改了所有区域的缩放设置,在功能控制中为IE创建了功能BFCACHE ,在我的代码中添加了功能,但对我来说没有任何效果。 如果有人知道我 ...

“这是 WebDriver 服务器的初始起始页” - 无法在 Selenium/Python 程序中使用 IE 11 解析 - "This is the initial start page for the WebDriver server" - Unable to resolve in Selenium/Python program using IE 11

运行我的 Selenium/Python 程序后,浏览器打开并显示以下消息: 我已完成以下步骤来解决此问题: 在 IE 选项 -> 安全选项卡中,所有区域中的启用保护模式复选框都被勾选为关闭:Internet、本地 Intranet、可信站点和受限站点。 此外,在高级选项卡 -&gt ...

如何使用 100% 以外的缩放处理 IE 浏览器? - How to handle IE browser with Zoom other than 100%?

一些团队正在使用 IE,我们为其添加了 IE 功能,包括以下指定的功能: cap.setCapability("ignoreZoomSetting", true); 现在,如果我的缩放设置为 100%,我就不会遇到任何执行问题。 但是,如果我的缩放设置设置为 100% 以外的任何值,此功能有助于打 ...

在 Win 10 系统上面对 selenium webdriver 的挑战 - Facing challenge with selenium webdriver on Win 10 system

我正在尝试使用 selenium 在网站上自动登录。 (Windows 10 64 位操作系统) 使用下面的代码我可以打开一个链接,但是一旦网页加载了 get cmd 就不会在下一个 cmd 中释放我的 python 解释器: 不运行。 我试图打开 google.com 但问题是一样的 ...

为什么程序总是通过Selenium Python使用IEDriverServer IE打开http://--port=57883/ - Why does the program always open http://--port=57883/ using IEDriverServer IE through Selenium Python

代码试验: 当我在终端中运行这个 python 文件时,它总是跳转到命名 (http://--port=57583/) 的页面,我不知道为什么 20191125 添加 当我运行这个 login.py 时,新的错误出现了 20191126 添加 最后,我花了大约三个小时才弄清楚它 ...

org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session error with Selenium and IE11 using Java - org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session error with Selenium and IE11 using Java

我正在尝试使用 Selenium 和以下软件应用程序来自动化我的测试用例。 WebDriver 3.12.0 InternetExplorerDriver3.150.1 IE11浏览器 Java1.8.0.231 这是我初始化驱动程序的脚本。 对于上述脚本,我收到以下错误消息。 我尝试过使用 ...

将ChromeDriver与Chrome和IEDriverServer与Internet Explorer 11一起使用时,Click方法的行为会有所不同 - Click method behaves differently when using ChromeDriver with Chrome and IEDriverServer with Internet Explorer 11

我在chrome上创建了xpath: 这个xpath适用于chromedriver。 但是,当为IEDriverServer执行相同的Xpath时,它会抛出错误,如下所示: 但另一个xpath: 适用于ChromeDriver和IEDriverServer。 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM