我使用 Selenium 和 TestNG 进行自动化测试。我使用 Maven 作为软件项目管理和理解工具。我的类路径中有所有 Maven 依赖项。我仍然得到 Caused by: java.lang.Error: Unresolved Compilation issues:
导入 org.openqa.selenium.firefox.FirefoxDriver 无法解析。selenium.firefox.driver jar 存在于我的类路径中,其他依赖项也存在同样的问题。
如何解决这个错误?