Selenium RC Question:

How to start selenium rc server with user extensions?

Selenium Remote Control Interview Question
Selenium Remote Control Interview Question

Answer:

The command used is
java -jar selenium-server.jar -userExtensions user-extensions.js
Note: In this case, the java script file user-extensions.js file name should always fixed. If the name or extension is changed the selenium rc server will not start.


Previous QuestionNext Question
Tell me what are the pre-requisites to run Selenium RC tests with Junit?What are the limitations of selenium RC?