错误:无法解析类引用org / openqa / selenium / WebDriver

时间:2016-09-20 09:36:38

标签: java selenium jenkins webdriver testng

我有这段代码

enter image description here

当我在IDE(eclipse)中执行此代码时。我的浏览器用谷歌打开一个窗口。

但是如果我在cmd或Jenkins中执行此代码,我发现此错误:

[[TestNGClassFinder]] Unable to read methods on class demo.DemoJenkins - unable
to resolve class reference org/openqa/selenium/WebDriver

我跟着这个tuto https://www.youtube.com/watch?v=1e8I3A49ERc,我做了像他一样的事情,但是当我想用Jenkins或cmd用这个代码打开浏览器时。我有错误。

我使用Selenium webdriver,TestNG,Java编写代码。如果有人能帮助我,非常感谢!

2 个答案:

答案 0 :(得分:0)

您必须将selenium-api.jar添加到类路径

答案 1 :(得分:0)

你如何通过詹金斯进行测试?

尝试创建一个maven项目并通过它运行它。如果你想更长时间地使用你的项目,它将更容易维护和使用。