Skip to content

copycat-main/web-sop-mapper

Repository files navigation

CopyCat Logo

CopyCat SOP Mapper

Chrome extension that records network requests and lets you manually save XPaths — then exports a clean HAR file and CopyCat-compatible workflow JSON.


Demo


Install

  1. Clone the repo:
    git clone https://github.com/CopyCatAI/web-sop-mapper.git
  2. Go to chrome://extensions/
  3. Enable Developer mode (top-right toggle)
  4. Click Load unpacked and select the web-sop-mapper folder
  5. Pin the extension in your toolbar

Use

  1. Click the extension icon, hit Start Recording
  2. Browse the web app you want to map — XHR/fetch requests are captured automatically
  3. Right-click any elementSave XPath — pick a type (Click, Input, Select, Extract, Wait For) and add a label
  4. When done, click Stop
  5. Download HAR and XPath files separately using the two download buttons

Output

File What
sop-capture.har Filtered network requests (analytics, fonts, images, tracking stripped out)
sop-xpath-steps.json CopyCat workflow steps with labeled XPaths

License

MIT

About

A Chrome extension to capture and map page behavior by recording HAR network traces and XPath selectors for key UI elements, so you can quickly reverse engineer workflows and generate structured specs for automation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors