如何使用.bat文件运行selenium webdriver脚本?

时间:2017-04-18 07:45:56

标签: java selenium batch-file

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

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

请您指导,如何继续?这样就可以使用这个bat文件运行selenium web驱动程序。

1 个答案:

答案 0 :(得分:0)

设置projectLocation = F:\ Selenium \ TestNGBatchExample

cd%projectLocation%

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

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