mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 05:00:20 +00:00
docs: Major revamp to Developers and SDK Reference Tabs, Added Documentation for Page/Agent/Browser Methods (#5571)
This commit is contained in:
parent
6ff9350619
commit
e376b8a7e9
161 changed files with 9401 additions and 13566 deletions
|
|
@ -17,9 +17,11 @@ keywords:
|
|||
- conditional block
|
||||
---
|
||||
|
||||
Workflows are built from blocks. Each block performs one specific operation: navigating a page, extracting data, making an API call, or branching logic. This page covers every block type available in the [editor](/cloud/building-workflows/build-a-workflow), grouped by category.
|
||||
Workflows are built from blocks. Each block performs one specific operation: navigating a page, extracting data, making an API call, or branching logic. This page covers every block type available in the Cloud UI [workflow editor](/cloud/building-workflows/build-a-workflow), grouped by category.
|
||||
|
||||
<Frame caption="To add a block in your workflow, click the **+** button —> click on Add block —> select the block type from the menu.">
|
||||
If you're writing automations in code instead, the equivalent operations are Page and Agent methods. See the [Actions Reference](/browser-automations/actions-reference) for the code-first counterparts to these blocks.
|
||||
|
||||
<Frame caption="To add a block in your workflow, click the **+** button, click on Add block, then select the block type from the menu.">
|
||||
<img src="/images/cloud/add-block-ui.png" alt="how to add a block to a workflow in Skyvern" />
|
||||
</Frame>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue