It seems many people are struggling with the basic architecture of Selenium RC. As an alternative to the Selenium RC tutorial, I've created and uploaded a (slightly more accessible I hope) architecture diagram for Selenium RC, see the attachment tab of the Selenium RC FAQ (
http://wiki.openqa.org/display/SRC/Selenium+RC+FAQ).
> Can you let me which file i should modify for setSpeed command to be working!!!!
> I am using Selenium RC 0.9.2, let me know where can i go and modify so that setspeed starts working!!!!!
>
The file you have to modify is your test program, the one that uses any of the Selenium RC client drivers.
> i get this error right now! (setSpeed 5000 this operation is only implemented in selenium-rc, and should never result in a request making it across the wire )
>
I've never seen this error message, so I cannot comment on it.
=T.