Attach tomessageManualA17
PurposeReplace a repeated browser workflow with a documented script and a reported fallback.
Fill in
- [workflow]
- [project]
Do [workflow] once in the browser while recording the network requests the page makes. Then write me a script that performs the same job by calling those endpoints directly. Save the script to /workspace/[project]/. Document which requests it uses, what authentication they need, and what will break if the site changes. Run it once and show me that its output matches the browser run. From now on, run the script. Fall back to the browser only if it fails, and tell me when that happens.