User Agent Components
User Agent Component nodes execute in the user's browser. They handle frontend interactions such as rendering scripts, making HTTP requests, and managing timeouts.
| Node | Description |
|---|---|
| Frontend - Script | Executes a custom JavaScript script in the browser |
| Frontend - HTTP Request | Performs an HTTP request from the browser |
| Frontend - Timeout | Introduces a configurable delay in the frontend flow |
| Frontend - Form | Displays a customizable form to collect user input |
| Frontend - Log | Writes log messages to the browser console |
| Get User Geolocation | Retrieves the user's geolocation (latitude and longitude) |
| Local Storage - Add/Remove Values | Adds or removes values in the user's local storage |
| Local Storage - Get Values | Retrieves values from the user's local storage |