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();}}
包括该项目的所有罐子:
答案 0 :(得分:0)
我没有在问题中给出的图片的可见部分看到硒罐。尝试从此链接添加selenium-standalone-server jar:
或
http://www.seleniumhq.org/download/(下载并添加Selenium独立jar)