I am running "uiautomator dump" on custom Android device running on Multi-display mode with Android 11 OS.
It does not dump the screen. it does not even create window_sump.xml file on /sdcard path.
However it works on single display mode.
I am running "uiautomator dump" on custom Android device running on Multi-display mode with Android 11 OS.
It does not dump the screen. it does not even create window_sump.xml file on /sdcard path.
However it works on single display mode.
Copyright © 2021 Jogjafile Inc.
Using AndroidViewClient/culebra's
dumpwith CulebraTester2-public backend you can get the content of both displays (providing that the focus is on the secondary display, otherwise only the main display is dumped, so you have to interact with the second activity before getting the dump).For example, using emulator with a secondary display and Phone and Clock running, json format to be able to use
jqand filtering unique package names, you getThis is filtering the package names but you can take a look at the full dump by yourself.
Not ideal, but works.