ezci / xcapture

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 75.4%Language:HTML 13.3%Language:CSS 11.3%