Building a flow
Last updated
Last updated
There are two ways to build a flow:
Recording actions
Adding commands manually
The easiest way to build a flow is by recording your actions. You can start recording recording your actions by clicking "Add Command" and selecting "Start Recording":
When recording, Browserflow will automatically detect all actions performed in the active tab and add them as Browserflow commands.
These actions are currently not automatically detected in recording mode and must be added manually:
Hover
Clicking "Select Element" in recording mode allows you to select an element and choose between common actions that may be performed on that element.
This makes it easy to extract data from many elements on the page compared to adding Get Element Text
and Get Link URL
commands individually.
Clicking "Select List" in recording mode allows you to select a list of common elements and perform actions on each of them inside a loop.
Commands can be added manually by clicking the plus button at the bottom of the flow or between commands: