Opens the passed URL in the default web browser. It only supports url like protocols. File protocol and file path are not supported.
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));