Building a flow

There are two ways to build a flow:

  1. Recording actions

  2. Adding commands manually

Recording Actions

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

Select Element

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.

Select List

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.

Adding Commands Manually

Commands can be added manually by clicking the plus button at the bottom of the flow or between commands:

Last updated