Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 1.93 KB

File metadata and controls

43 lines (21 loc) · 1.93 KB

Automated Testing Framework Chrome Extension

A simple Chrome Extension for recording and exporting user actions on a webpage.

Features

  • Record user clicks on a webpage.
  • Export recorded actions as a JSON file.

Installation

1 . Clone the repository:

git clone https://github.com/Keval9247/Automated-Testing-Framework.git

2 . Go to chrome://extensions/ in Chrome :

3 . Enable Developer Mode.

4 . Click "Load unpacked" and select the project folder.

Usage

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.

License

This is a straightforward README.md file with basic setup instructions and usage details. You can always expand it later as your project grows!