Selenium-Firefox驱动程序问题(Firefox驱动程序无法解析为[重复]类型

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Selenium-Firefox驱动程序问题(Firefox驱动程序无法解析为[重复]类型相关的知识,希望对你有一定的参考价值。

我正在尝试使用maven编写简单的selenium脚本,但是尽管通过maven下载了所有依赖的selenium jar,但是使用firefox驱动程序时出错了。

请参阅下面的屏幕截图:非常感谢任何帮助

enter image description here

答案

试试这段代码:

public class NewTest {

     public WebDriver driver;

     @BeforeClass
      public void setupClass() {
         System.setProperty("webdriver.gecko.driver", "C:\Users\***\Downloads\chromedriver_win32\geckodriver.exe");
         driver =  new FirefoxDriver();

      }

      @Test
      public void openMyBlog() {
            driver.get("http://www.google.com");
            System.out.println("This is first test");
      }


      @AfterClass
      public void tearDownClass() {
      // driver.quit();
      }

    }  

确保已导入所有必需的包。

import org.openqa.selenium.firefox.FirefoxDriver;  
import org.openqa.selenium.WebDriver;

以上是关于Selenium-Firefox驱动程序问题(Firefox驱动程序无法解析为[重复]类型的主要内容,如果未能解决你的问题,请参考以下文章

通过 Wi-Fi 使用 TCP 将 Android 应用程序连接到 IoT 设备

融合位置提供程序和“Wi-Fi 和移动网络位置”设置

macbook苹果电脑Wi-Fi感叹号,无法打开Wi-Fi选项,网络偏好设置里找不到Wi-Fi设置?

android 2.2 模拟器 -- 无法加载 Wi-Fi 驱动程序

iOS 开放 WI-FI 网络控制器

Ubuntu14.04系统下无法连接Wi-Fi无线网以及安装BCM43142网卡驱动的解决方案