Tutorial: System.openUrlWithBrowser

System.openUrlWithBrowser

Opens the passed URL in the default web browser.

Example

fin.System.openUrlWithBrowser('http://www.openfin.co').then(() => console.log('Opened URL')).catch(err => console.log(err));