Overview
Flip Device simulates turning the phone over — from lying face-up to face-down (screen facing down), as if you flipped it on a table — and then back again. Use it to test features that respond to that motion, such as flip-to-mute or flip-to-silence.Flip has no visible effect on its own — it only changes the simulated accelerometer
reading. It does not rotate the screen. You’ll only observe a change if the app
under test has a feature that explicitly listens for the flip gesture. There is no
separate screen-rotation step.
How to use
Write a step in plain language:Flip the deviceTurn the phone face-down to mute the ringer
Hold and return (optional)
By default the device flips face-down, holds for about 800 ms, then flips back. You can optionally control this:<ms>— hold face-down for that many milliseconds before returning (e.g.2000)no_return— flip face-down and stay there (no return motion)
Example use cases
- Flip-to-mute / flip-to-silence — silence a call or alarm by turning the phone over
- Flip-to-pause media or similar gesture-driven features
