1.

How Do You Set User Extensions In Selenium Ide?

Answer»
  1. Open user-EXTENSIONS.js with an editor (Notepad, etc.); it’s found in the seleniumcorescripts folder. If it doesn’t exist, just CREATE it.
  2. If you need to, commit the user-extensions.js file (like if you use SUBVERSION).
  3. Open Selenium IDE and choose the Options menu and then Options… from that menu.
  4. Make sure the path to your user-extensions.js file is entered in the Selenium Core extensions field (like seleniumcorescriptsuser-extensions.js)
  5. Press OK button on options
  6. Restart the IDE to reflect your extensions.

NOTE: After reopen, Selenium IDE may SHOW compilations errors if the user-extensions.js file has any syntax errors.

Note: After reopen, Selenium IDE may show compilations errors if the user-extensions.js file has any syntax errors.



Discussion

No Comment Found