Selenium RC Question:

How to run selenium commands in slow motion in Selenium RC?

Answer:

You can run the selenium commands in RC slow motion by two ways:
selenium.setSpeed
thread.sleep

Read All 17 Selenium Remote Control Questions
Previous QuestionNext Question
Which is the command used for running the Selenium RC Server?How to configure Selenium RC with eclipse to run Junit Tests?