Simulate slide touch

Post your questions and help other users.

Moderator: Martin

Post Reply
holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

Simulate slide touch

Post by holymoz » 27 Apr 2017 21:54

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

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Simulate slide touch

Post by Martin » 28 Apr 2017 19:20

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

holymoz
Posts: 113
Joined: 13 Sep 2013 10:27

Re: Simulate slide touch

Post by holymoz » 29 Apr 2017 05:06

Interesting, thanks I will try some

Post Reply