The launchURL method launches a URL in the browser window.
launchURL(System.String cURL, System.Boolean bNewFrame);
cURL
URL to launch.
bNewFrame
[optional] if it opens a new window. Default value false
Returns None.
Member of app.
app.launchURL("https://www.amyuni.com");
app.launchURL("https://www.amyuni.com", true);