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 d'automatisation du navigateur AI pour la navigation dans les pages, le remplissage de formulaires, les clics, les captures d'écran, l'extraction, les tests Web, les flux de connexion et les interactions Web scriptées. Source : jackiexiao/jackie-skills-starter.