Skip to content

Open Browser

Open a web URL or registered URI from a Flow Pro script.

Updated View as Markdown
For humans
Flow APIFlow Pro scriptingWheel and interface

This article covers the following platforms

Use the Command API to open a web URL or registered URI in its associated application.

open_browser()

Open a web URL or registered URI.

SignatureTypeScript contract
open_browser(url: string): void

Parameters

NameTypeRequiredDescription
urlstringYesWeb URL or registered URI to open, such as a spotify: URI.
ExampleJavaScript
this.$api.command.open_browser("https://parallel42.com");

Returns

voidNo direct return value is documented.
Navigation

Type to search…

↑↓ navigate↵ selectEsc close