我是Selenium的新手。我正在运行这个mvn clean install(我的selenium测试与Junit集成并与Maven一起运行)。
我收到 - 找不到符号包org.openqa.selenium.support.ui
我搜索并了解我需要在我的pom.xml中具有依赖性,以便jar具有这种依赖性。
我的pom.xml中有以下依赖项但仍然出错,请告诉我可能出现的问题?
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId> org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<version>2.4.0</version>
错误:
[错误]编译错误: [INFO] ----------------------------------------------- -------------- [错误] /home/test/itest/in-container/src/test/java/com/dc/checkoutUIstorefront/StorefrontPurchaseBase.java:[10,37]错误:找不到符号 [ERROR]包org.openqa.selenium.support.ui /home/test/itest/in-container/src/test/java/com/dc/checkoutUIstorefront/StorefrontPurchaseTest.java:[10,37]错误:找不到符号