我正在Eclipse IDE
使用selenium 3.3.1
。我添加了selenium 3.3.1
jar文件,这些文件在lib文件夹中。
Eclipse version is Helios Service Release 1.
firefox version is 52.0.1(32 Bit).
JDK version is 1.8.0_05.
但我仍然得到了错误
import org.openqa.selenium.firefox cannot be resolved.
我也试过下面的代码:
System.setProperty("webdriver.firefox.marionette","C:\\selenium-java-3.3.1\\geckodriver-v0.15.0-win64\\geckodriver.exe");
但是,它并没有为我工作。
任何人都可以帮我解决这个问题吗?