Google maps are not captured when I take screenshots during an instrumentation test running on Firebase Test Lab with the screenshotter plugin following the instructions here (
https://firebase.google.com/docs/test-lab/test-screenshots). Robo test screenshots do capture the map. It looks like Robo tests are using the device's native screenshot functionality because the status bar is captured as well. When running my own instrumentation tests and capturing with the screenshotter lib, the status bar is not captured. I know for privacy reasons an app can't capture an image from outside it's activity on a user's device. However, it'd be great if there was an API that allowed this when running within the Firebase Test Lab framework. Any help is appreciated - thanks!