我已经在eclipse和jre编译器中使用java在selenium Web驱动程序中编写了一个程序。

现在,我需要使用.bat文件运行此代码。

请您指导,如何进行?因此,可以使用此bat文件运行硒Web驱动程序。

最佳答案

设置projectLocation = F:\ Selenium \ TestNGBatchExample

cd%projectLocation%

设置classpath =%projectLocation%\ bin;%projectLocation%\ lib *

java org.testng.TestNG%projectLocation%\ testng.xml

10-05 23:11