Answers

Question and Answer:

  Home  Selenium Remote Control

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

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>

 145 views

More Questions for you: