Navigation
Get Tab URL
Retrieve and store the current URL of a browser tab. Use this action to track navigation, save session data, or reference URLs in your automation workflow.
Inputs
☐ Prompt / Description (Required)
A clear and concise instruction describing what this step should do. This helps the AI debug and adjust URL retrieval if needed.
Good Example: "Retrieve the URL of the active tab and store it in a table."
Bad Example: "Find some link and get it."
Why it’s bad? Too vague, lacks specificity about retrieving the tab URL.
☐ Storage Options (Required)
Assign to Variable
Save URL to a variable:
- Variable name required
- For later reference
- Dynamic usage
Insert to Table
Store URL in a table:
- Column selection required
- Structured storage
- Data collection
Usage Example
Notes
- The Prompt / Description is required to help AI debug and ensure URL retrieval works correctly.
- At least one storage option must be selected (variable or table).
- Retrieved URLs can be used in later automation steps.
- Consider URL format and encoding for special characters.