Selenium Timeout

Selenium – setSpeed 

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.

More…

How to overcome the timeout issue in Selenium RC 

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

By Pavandeep Puddupakkam on February 22, 2010 | Automation Tips, Selenium RC | 1 comment
Tags: