Tutorial: window.navigate

window.navigate

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/');