# Objective
- Demonstrate taking a screenshot through BRP
## Solution
- Have the remote integration example take a screenshot through BRP
before clicking the button
- Depends on #23797#23798#23799#23800
## Testing
- Run the examples, get a screenshot
# Objective
- Show how a Bevy app can be automated through BRP
## Solution
- Example app_under_test is a basic app with a randomly placed button.
when the button is clicked, the app quit
- Example automated_test click that button through BRP using
`WindowEvent` so that it goes through the whole of Bevy
## Testing
- Run both example and they both exit
---------
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Kevin Chen <chen.kevin.f@gmail.com>