Browser Automation Browser automation that maintains page state across command executions. Write small, focused commands to accomplish tasks incrementally. Choosing Your Approach - Local/source-available sites : Read the source code first to write selectors directly - Unknown page layouts : Use to discover elements, then to interact - Visual debugging : Take to see current page state Prerequisites Running Commands All commands use from the skill directory: ⚠️ IMPORTANT : Always use , NOT . The command automatically handles Python and dependencies from . Adding breaks dependency resolution. Wo…