Commands can be chained with && in a single shell invocation. The browser persists between commands via a background daemon, so chaining is safe and more efficient than separate calls.
When to chain: Use && when you don't need to read the output of an intermediate command before proceeding (e.g., open + wait + screenshot). Run commands separately when you need to parse the output first (e.g., snapshot to discover refs, then interact using those refs).
Requirements: macOS with Xcode, Appium (npm install -g appium && appium driver install xcuitest)
CLI de automatización del navegador con IA para navegar por páginas, completar formularios, hacer clic, realizar capturas de pantalla, extracción, pruebas web, flujos de inicio de sesión e interacciones web programadas. Fuente: jackiexiao/jackie-skills-starter.