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


Author: Pavandeep Puddupakkam on February 22, 2010
Category: Automation Tips, Selenium RC
Tags:
Google Webdriver Forum -The Online Community for Google Webdriver and Selenium RC Users and Professionals
1 response to “How to overcome the timeout issue in Selenium RC”
  1. Diego says:

    This time is for every command or for the entire test run??, if is it the last case, how can you increase the time out of each commands (like in the options of Selenium IDE)??

Leave a Reply

Last articles