使用 Maven 使用 TestNG 执行 Selenium 测试期间出现“java.lang.Error:未解决的编译问题”

问题描述 投票:0回答:2

我使用 Selenium 和 TestNG 进行自动化测试。我使用 Maven 作为软件项目管理和理解工具。我的类路径中有所有 Maven 依赖项。我仍然得到 Caused by: java.lang.Error: Unresolved Compilation issues:

导入 org.openqa.selenium.firefox.FirefoxDriver 无法解析。selenium.firefox.driver jar 存在于我的类路径中,其他依赖项也存在同样的问题。

如何解决这个错误?

java maven selenium testng selenium-firefoxdriver
2个回答
1
投票

尝试以下步骤:

  1. 右键单击项目
  2. 转到
    Maven
    菜单
  3. 单击
    Update Project Configuration

0
投票

为什么 import'WebDriver'(org.openqa.selenium) 没有显示在 webdriver 和 chromedriver 类下 附上截图。请检查并帮助enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.