Browser Use · ilm-alan bundle Drive a real browser via the local `playwright-cli` binary — navigate, click, fill forms, run JS in-page, take ARIA snapshots/screenshots/PDFs, manage tabs/cookies/localStorage, inspect and mock network requests, record traces and video. Attaches to the user's signed-in Chrome for authenticated tasks. Also runs and debugs Playwright tests. TRIGGER when: user asks to interact with a live page (click, fill, log in, submit), reproduce a UI bug, scrape state behind auth, screenshot a rendered page, or run/debug Playwright tests; user mentions `playwright-cli`, Playwright, or browser automation. SKIP: static fetches where `WebFetch` suffices (no JS, no auth, no interaction needed); when a dedicated browser MCP is loaded and preferred; reading plain documentation pages.