open-browser
The open-browser
action opens a browser with specified URL. It belongs to the browser category within the ui area.
Action Syntax
open-browser https://...
A valid URL
open-browser $variable
A variable name starting with $
Tags
new-window
opens in a new window (default is tab)
Examples
// Basic Usage
open-browser https://myurl
// Using Variables
// Display dynamic content from variables
open-browser $urlwithvariable
Action code: 247115355
Version: 0.6.4-8
Last updated: 2025-06-13