User Interaction Category
Fill Input
Fill Input requires a selector, and then the user inputs a value.
Set Value
Set Value also requires a selector, but includes a value type.
Supported types include:
- Text
- Number
- Money
- Date
- Time
- Color
- Range
Click Element
Click Element requires a selector and allows clicking any element on the webpage.
Take Screenshot
Take Screenshot allows capturing a screenshot of the webpage.
Supported modes:
- Full page
- Current viewport
- Specific element (requires selector)
Upload File
The Upload task requires the selector of the upload element on the webpage.
Options:
- Provide absolute file path
- Use a scheduled spreadsheet for bulk uploads
Behavior:
- Single file → direct upload
- Multiple files → handled via spreadsheet
After uploading one file, users can create additional entries and modify file names accordingly.
Scroll to Element
Note: This node is part of the user interaction toolkit to scroll to specific elements on the page before interaction.
Last updated on