pip install ...

easy_install ...


************************************************************************************

如果火狐浏览器没有默认安装在C盘,需要制定其路径

System.setProperty("webdriver.firefox.bin", "D:/Program Files (x86)/Mozilla Firefox/firefox.exe"); 

WebDriver driver = new FirefoxDriver();

相关文章:

  • 2022-02-15
  • 2022-01-22
  • 2021-12-24
  • 2021-11-13
  • 2022-03-03
  • 2022-02-06
  • 2021-06-02
猜你喜欢
  • 2021-10-31
  • 2021-08-01
  • 2021-10-27
  • 2021-12-23
  • 2021-09-05
  • 2022-12-23
  • 2021-06-13
相关资源
相似解决方案