Attach tomessageManual4.3
PurposeTurn an expensive repeated browser workflow into a script that calls the underlying endpoints.
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.