What is Selenium RC and How Does It Work?
Selenium Remote Control (RC) is a tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. Selenium RC achieves this by injecting JavaScript functions into the browser when the browser is loaded.
