在命令提示符下执行Selenium Web驱动程序java程序时显示错误

时间:2018-03-14 06:36:42

标签: java selenium selenium-webdriver console

在命令提示符下执行Selenium Web驱动程序java程序时显示错误。但是在Eclipse中没有错误的情况下正常工作。

1.尝试了可用的解决方案,但错误仍然相同。

2.Testng jar文件被添加到lib文件夹和cmd中设置的路径

3.我需要运行从父类派生的子类。父类和子类在同一个包中

错误:

错误:无法找到或加载主要类org.testng.TestNG

请查看随附的屏幕截图

Error

命令:

F:> cd Workspace3 \ OTN_test_Automation `F:\ Workspace3 \ OTN_test_Automation> java -cp F:\ Workspace3 \ OTN_test_Automation \ lib *; F:\ Workspace3 \ OTN_test_Automation \ bin org.testng.TestNG testng.xml 错误:无法找到或加载主类org.testng.TestNG

F:\ Workspace3 \ OTN_test_Automation> java -cp F:\ Workspace3 \ OTN_test_Automation \ lib *; F:\ Workspace3 \ OTN_test_Automation \ bin org.testng.TestNG testng.xml 错误:无法找到或加载主类org.testng.TestNG`

0 个答案:

没有答案