How to run the Selenium Webdriver test from the command line?

483    Asked by SharmaineGardea in QA Testing , Asked on Jan 18, 2020
Answered by Sharmaine Gardea

 We can run any Selenium Webdriver test written in Java utilizing the accompanying command.

java -classpath ".;selenium-server-standalone-2.33.0.jar" SampleClass



Your Answer

Interviews

Parent Categories