pbottleRPA Flow Recording
For simple mouse operation flows, pbottleRPA can directly record them into JS scripts, which can then be executed immediately.
Flow recording feature requirements:
- Windows version of pbottleRPA
- pbottleRPA V2024 or later

Recording Notes
- Select the save directory as the demo directory (the directory must contain the pbottleRPA.js file).
- Recording currently only supports mouse events, not keyboard events.
- Recording end shortcut: Ctrl+Shift+Q
Repeating Recorded Flows
Operating system native timer, stable and efficient.
- Refer to the timer to set repeated execution of the current task. Go to view
- Modify the recorded JS script to add loop logic. See demo example: Basic (Loop, Condition, Wait) Demo.js