Selenium RC Question:

How to start selenium rc server with user extensions?

Tweet Share WhatsApp

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.

Download Selenium Remote Control PDF Read All 17 Selenium Remote Control Questions
Previous QuestionNext Question
Tell me what are the pre-requisites to run Selenium RC tests with Junit?What are the limitations of selenium RC?