A simple Chrome Extension for recording and exporting user actions on a webpage.
- Record user clicks on a webpage.
- Export recorded actions as a JSON file.
1 . Clone the repository:
git clone https://github.com/Keval9247/Automated-Testing-Framework.git2 . Go to chrome://extensions/ in Chrome :
3 . Enable Developer Mode.
4 . Click "Load unpacked" and select the project folder.
1 . Click on the extension icon in the Chrome toolbar.
2 . Click "Start Recording" to begin recording actions.
3 . Perform actions on the webpage.
4 . Click "Stop Recording" when done.
5 . Click on "Export Actions" to download the recorded actions as a JSON file.
This is a straightforward README.md file with basic setup instructions and usage details. You can always expand it later as your project grows!