gpt4 book ai didi

java - Selenium 火狐无法启动

转载 作者:行者123 更新时间:2023-12-02 06:03:49 25 4
gpt4 key购买 nike

使用 Firefox 的 Selenium Webdriver

System.setProperty("webdriver.firefox.marionette", "c:\\geckodriver-0.24.0-win64.exe");
WebDrier driver = new FirefoxDriver();
driver.get("http://localhost/index.html");

浏览器已打开,但无法加载页面。错误: 造成原因:

    org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:45855/hub/status] to be available after 45002 ms

Caused by:
java.util.concurrent.TimeoutException

最佳答案

如下更改第一行。

System.setProperty("webdriver.gecko.driver","c:\geckodriver-0.24.0-win64.exe");

关于java - Selenium 火狐无法启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55957023/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com