Skip to content

ddavison/selenium-ide

Repository files navigation

Selenium IDE Rewrite

Prototype Phase

Usage

Installation:

npm install
npm install -g webpack
webpack

Chrome:

Navigate to: chrome://extensions/
Enable "Developer Mode" (Checkbox at top-right)
Click the "Load unpacked extension..." button.
Select the "dist" folder in this project that was generated by the "webpack" command above.

Development:

Do the steps listed above, except run webpack with the "--watch" switch:
webpack --watch
Any changes made will automatically be recompiled into the dist folder

Simplified Roadmap

  • Base WebExtension
  • User action recording
  • Import/exporting user actions as JSON
  • Display of recorded user actions
  • User action editing and validation
  • User action playback (browser only)
  • Export user actions as WebDriver tests (Ruby, Python, Java, C#)

About

Selenium IDE Rework Project *ON HOLD*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published