How to run selenium scripts outside Development Environment or Command prompt

182 views Asked by At

I want to run my selenium webdriver scripts outside Eclipse. Otherwise I want to run my scripts on selenium.

What are the prerequisites for this? I am using selenium with Java.

1

There are 1 answers

0
Vikas Ojha On

Using Eclipse, go to File Export and generate and Executable JAR file. Then you can just double click that generated JAR file to execute the script.