IntelliJ IDEA无法解析符号'openqa'

时间:2018-09-17 11:44:37

标签: java maven selenium intellij-idea

下面是导入语句。

import org.apache.commons.lang3.StringUtils;
import org.openqa.selenium.By;
import org.openqa.selenium.StaleElementReferenceException;
import org.openqa.selenium.TimeoutException;
import org.openqa.selenium.WebDriver;

下面是添加的依赖项。

<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-java</artifactId>
    <version>3.12.0</version>
</dependency>
<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-server</artifactId>
    <version>3.12.0</version>
</dependency>

Maven已成功下载了所有Selenium jar。导入语句仍然显示“无法解析符号apache”和“无法解析符号openqa”错误。

0 个答案:

没有答案