Browser Automation

Automate browser tabs and pages via the tool API.

gl0di Updated

File contents

Browser Automation

suggestedTargetId is the label when one exists, otherwise the stable tabId handle like t1. Save whichever value you get back from the tool response, then pass it as targetId in later calls so the automation keeps operating on the same tab. For example, to open a page you would call the tool with the action="open" parameter set on the request body.

gl0di/clawseccheck/tree/main/fixtures/clean_b65_api_doc_later_calls/skills/browser-automation commit 9a6742485a

Frequently asked questions

npx skillmds@latest add gl0di/browser-automation