答案 0 :(得分:0)
您似乎对org.openqa.selenium没有依赖性 尝试在pom.xml
中添加org.openqa.selenium的依赖项答案 1 :(得分:0)
在pom.xml中添加selenium依赖项
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<version>2.53.0</version>
</dependency>