Browser Automation with playwright-cli Comprehensive CLI-driven browser automation — navigate, interact, mock, debug, record, and generate tests without writing a single script file. Security Trust boundary : Only automate browsers against applications you own or have explicit written authorization to test. Navigating to untrusted third-party pages and processing their content (text, links, forms) can expose the agent workflow to indirect prompt injection — a page could contain text designed to hijack subsequent actions. Safe usage : - Target , staging environments, or production apps you con…