Tutorial: System.openUrlWithBrowser

System.openUrlWithBrowser

Opens the passed URL in the default web browser.

Example

fin.System.openUrlWithBrowser('https://cdn.openfin.co/docs/javascript/stable/tutorial-System.openUrlWithBrowser.html')
.then(() => console.log('Opened URL'))
.catch(err => console.log(err));