open-browser-window
The open-browser-window
action opens a new browser window. It belongs to the browser category within the ui area.
Action Syntax
open-browser-window https://...
A valid URL
open-browser-window $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
open-browser-window https://myurl
// Using Variables
// Display dynamic content from variables
open-browser-window $urlwithvariable
Action code: 2677132589
Version: 0.6.4
Last updated: 2025-06-13