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