How to run selenium scripts outside Development Environment or Command prompt

211 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 best solutions below

0
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.