# screens/capture-05-breathing.yaml # launchApp → Header-Avatar → SOS (Koordinaten-Tap) → 3 Nachrichten an Lyra # (ab Turn 3 erzwingt System-Hint + Fallback-Chips das "🫁 Atemübung"-Angebot) # → Atemübung-Chip → BreathingDrawer. KEIN clearState. appId: org.rebreak.app --- - launchApp - waitForAnimationToEnd: timeout: 6000 - tapOn: text: "Nicht erlauben" optional: true - tapOn: text: "Später" optional: true - tapOn: id: "header-avatar-btn" optional: true - waitForAnimationToEnd: timeout: 2000 - tapOn: point: "72%, 22%" - waitForAnimationToEnd: timeout: 9000 # ── Turn 1 ── - tapOn: text: "Was beschäftigt dich?" optional: true - inputText: "Ich bin gerade sehr gestresst und der Druck ist groß" - tapOn: id: "sos-send-btn" optional: true - waitForAnimationToEnd: timeout: 11000 # ── Turn 2 ── - tapOn: text: "Was beschäftigt dich?" optional: true - inputText: "Es fällt mir gerade schwer, dem Drang zu widerstehen" - tapOn: id: "sos-send-btn" optional: true - waitForAnimationToEnd: timeout: 11000 # ── Turn 3 ── - tapOn: text: "Was beschäftigt dich?" optional: true - inputText: "Ich brauche jetzt Hilfe, um runterzukommen" - tapOn: id: "sos-send-btn" optional: true - waitForAnimationToEnd: timeout: 11000 - takeScreenshot: screenshots/05b-chips - tapOn: text: "Atemübung" optional: true - waitForAnimationToEnd: timeout: 4000 - takeScreenshot: screenshots/05-breathing