在selenium中执行示例代码时出错

时间:2015-12-09 07:24:21

标签: java selenium

import org.openqa.selenium.firefox.FirefoxDriver; //"org.openqa.selenium.firefox.FirefoxDriver" cannot be resolved
public class brff {public static void main(String[] args) {       
FirefoxDriver f= new FirefoxDriver();}}          

包括该项目的所有罐子:

enter image description here

1 个答案:

答案 0 :(得分:0)

我没有在问题中给出的图片的可见部分看到硒罐。尝试从此链接添加selenium-standalone-server jar:

http://goo.gl/PJUZfa

http://www.seleniumhq.org/download/(下载并添加Selenium独立jar)