Selenium RC Question:
How to start selenium rc server with user extensions?
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.
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 Question | Next Question |
Tell me what are the pre-requisites to run Selenium RC tests with Junit? | What are the limitations of selenium RC? |