Page 1 of 1

What should trigger this?

Posted: 06 Sep 2022 07:28
by takehito
The attached content is displayed when connecting from a PC to an Android device using TeamViewer.
I would like to create a flow that automatically clicks "Start Now" when this is displayed.
But I don't know what should be the trigger, so please let me know.

Re: What should trigger this?

Posted: 06 Sep 2022 07:50
by Wibbly
See if one of the Notification triggers work?

Notification on Screen Displayed
Notification on Statusbar Displayed

Re: What should trigger this?

Posted: 06 Sep 2022 14:09
by takehito
Hi Wibbly,

Thank you.

I tried both and they did not work.
It appears to be displayed from the app.
When I check in UI Event it shows that I clicked "Start Now" in systemui.
In Notification Status, I set TestViewer Host in systemui, but it does not respond.

Re: What should trigger this?

Posted: 09 Sep 2022 10:19
by mattd_nf
I've found that the control UI action does not work on newer versions of Android (12 and 13).

Does the pop-up appear as a notification? If it does then you might be able to use the "Notification on Statusbar Displayed" condition to find it and then "Perform Action on Notification on Statusbar" action to press the button (both have to be used together).