1.

How To Start Selenium Rc Server With User Extensions?

Answer»

The command used is

java -jar selenium-server.jar - EXTENSIONS 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.

The command used is

java -jar selenium-server.jar - Extensions 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.



Discussion

No Comment Found