Automated HAR and Actions Tool

Setup Instructions

  1. Save this HTML file as index.html and the server code (below) as server.js in the same directory.
  2. Install Node.js dependencies by running the following command in your terminal:
    npm install express puppeteer puppeteer-har
  3. Start the Node.js server by running:
    node server.js
  4. Open this HTML file (index.html) in your browser and use each button below to trigger Puppeteer actions.

Action Buttons