/xcapture

chrome extension to capture and repeat browser actions, generate robot framework test

Primary LanguageJavaScriptMIT LicenseMIT

xcapture

chrome extension to capture user events from both keyboard and mouse. can export results in json and run.

How to use?

simply click on the extension icon.

Develop

  • git clone https://github.com/emrhzc/xcapture.git will clone the project
  • npm install will install the dependencies
  • npm start will create a folder named dist to load unpacked extension to the browser
  • npm run package will create the zip file in package folder required to upload to chrome dev console https://chrome.google.com/webstore/devconsole

License

MIT