Navigates the window to a specified URL. The url must contain the protocol prefix such as http:// or https://.
Example
var win = fin.desktop.Window.wrap('uuid', 'name');
win.navigate('https://www.openfin.co/');
Navigates the window to a specified URL. The url must contain the protocol prefix such as http:// or https://.
var win = fin.desktop.Window.wrap('uuid', 'name');
win.navigate('https://www.openfin.co/');