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 di automazione del browser AI per la navigazione di pagine, la compilazione di moduli, i clic, gli screenshot, l'estrazione, i test web, i flussi di accesso e le interazioni web basate su script. Fonte: jackiexiao/jackie-skills-starter.