Page 1 of 1
Simulate slide touch
Posted: 27 Apr 2017 21:54
by holymoz
Hi, how can I simulate slide touch? Control ui simulates pressing things but I need to slide from center to right.
I need it to make an answer call flow, the action answer call not work on dual sim second sim, thanks
Re: Simulate slide touch
Posted: 28 Apr 2017 19:20
by Martin
Hi,
On Android 7+ you can use the gesture simulation feature to simulate a swipe (use Show Overlay Control and select the red Gesture button).
Many phones also display a notification that allows to answer a call. You could try to detect the notification with trigger Notification on Statusbar Displayed and then use action Perform Action on Notification on Statusbar with option Click button and the appropriate button label. The button label has to match the text shown in the notification. You can also show the available actions/buttons by adding a condition Debug Dialog to the flow.
Regards,
Martin
Re: Simulate slide touch
Posted: 29 Apr 2017 05:06
by holymoz
Interesting, thanks I will try some