Selenium RC Question:
Download Questions PDF

How to run Selenium IDE test suite with user extensions using Selenium Remote Control?

Selenium Remote Control Interview Question
Selenium Remote Control Interview Question

Answer:

to run Selenium IDE test suite with user extensions using Selenium Remote Control we need to use the below command.
java -jar selenium-server.jar -userExtensions user-extensions.js -htmlSuite "*<browser>" "<base URL>" "<Selenium test suite file>" "<results log file>" -timeout <millise>

Download Selenium Remote Control Interview Questions And Answers PDF

Previous QuestionNext Question
How to execute the selenium test suite with testNG in XML?What are the limitations of selenium RC?