ARM-software / workload-automation

A framework for automating workload execution and measurement collection on ARM devices.
Apache License 2.0
152 stars 120 forks source link

workloads/speedometer: Add ApkUiautomation workload #1258

Closed eliftopuz closed 6 months ago

eliftopuz commented 7 months ago

When running speedometer workload on chrome package on Android 14, it gives a pop-up window. The pop-window is blocking the screen unless manually clicked. Uiautomation is implemented to dismiss the pop-up window. It's tested with Android 12 and Android 14 devices, but it might not be ready for merge.

eliftopuz commented 6 months ago

Hi, I am closing this PR as there is another possible solution without using UIAutomator. I will open a new PR with that one. Thanks