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
Simulate slide touch
Moderator: Martin
Re: Simulate slide touch
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
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
Interesting, thanks I will try some