SELENIUM INTERVIEW QUESTIONS AND ANSWERS.
Question 1: How do you start Selenium RC from the command line?
Answer:
Selenium command line example
Java
1
2
3
4
5
6
7
// Simple way to start Selenium RC is
java -jar selenium-server.jar
//...
TOP 35 SELENIUM INTERVIEW QUESTIONS AND ANSWERS
