Skip to main content

Break Loop

Command description

Exits the current loop and continues with the first command after it. This is equivalent to Python break and can be used in Count Loop, Conditional Loop, List Loop, and Infinite Loop.

Command Input Parameters

None

Command Output Parameters

None

Example

Iterate through all open webpages until the Baidu page is found. If the open pages are JD.com, Taobao, Baidu, and Xiaomi, the workflow line numbers run in this order: 1 -> 2 -> 3 -> 2 -> 3 -> 2 -> 3 -> 4 -> 5 -> 6