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)
KI-Browser-Automatisierungs-CLI zum Navigieren durch Seiten, Ausfüllen von Formularen, Klicken, Screenshots, Extrahieren, Webtests, Anmeldeabläufen und skriptgesteuerten Webinteraktionen. Quelle: jackiexiao/jackie-skills-starter.