notification_bar_clear
Tap the debug icons area to dismiss the React Native notification bar that intercepts taps, confirmed via before/after screenshots.
Instructions
Attempts to dismiss the React Native debug notification bar that sometimes appears at the bottom of the screen and intercepts taps. Taps the debug icons area at (50, 850) via the native backend (idb, else Maestro) and takes a before/after screenshot. NOTE: the (50,850) tap point is a device-specific heuristic, and 'cleared' is decided by a screenshot byte-size delta — a best-effort signal, not a guarantee (see tap_with_fallback caveat).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Simulator / device UDID | |
| bundleId | No | App bundle id for the Maestro fallback (ignored when idb is present). Auto-detected if omitted. |