Selenium RC Question:

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

Selenium Remote Control Interview Question
Selenium Remote Control Interview Question

Answer:

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


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?