setSpeed(value)
Arguments:
* value – the number of milliseconds to pause after operation Set execution speed (i.e., set the millisecond length of a delay which will follow each selenium operation). By default, there is no such delay, i.e., the delay is 0 milliseconds.
In this article I will tell you about the -timeout nn command line parameter and how to use it.
java -jar selenium-server.jar -port 4545 -timeout 50000
Here you are setting the timeout to 50 secs. You can increase the time depending on the server response time.
Submitted by Puddupakkam Pavandeep