Open a Web page
Opens the specified web page in the default browser.
Click here to show the figure
Parameters
-
The Address(URL) Specifies the web page or URL that should be opened. The web page will be opened in the default browser.
-
Close page at end of playback Specifies whether to automatically close the opened page when the playback complete.
-
Wait for downloading page to complete The execution of macro will pause until the web page finished loading.
-
Page name Specifies a name to the webpage, the name will be used in the webpage related actions to distinguish among several webpages.
-
Return URL into variable Specifies a variable to hold the actual URL after the page opened.
Notes:
A script window may cause that player wait until user responds it. To auto respond the script window,
insert an action "On Popup Window on Webpage" before the action.
The address can be any URL that is valid to the current browser.
|