Record
Introduced in version 1.0.0.16, this block enables the replay of recorded gestures or touch actions. It is particularly useful for automating complex interactions, such as sequences of swipes and clicks, that are difficult to manage manually.
Block Input
- Gesture Name: The name of the gesture to be replayed. This is selected from a dropdown list of previously recorded gestures.
- Speed: The speed at which the gesture should be replayed. This is a numeric value that can be adjusted to speed up or slow down the gesture.
- Delay: The delay between each action in the gesture sequence, specified in milliseconds.
Example
Here is an example of how to use the Record
block in a Android Macro: