|
Connect a Opened Webpage
Connects a Webpage which is opened by Internet Explorer. This is required if you'd like to perform some actions(filling page form or navigating on the webpage) on a opened webpage.
Click here to show the figure
Parameters
-
Find method Specifies how to search the webpage.
-
Find content Specifies the title or URL to search.
-
Match case Specifies whether the search is case-sensitive.
-
Match whole words Specifies whether to search only for whole words that match the search content.
-
Close page at end of playback Specifies whether to close the page at the end of playback of the macro.
-
Page name Specifies a name to the webpage, the page name used to distinguish a webpage among the Webpages.
-
Return URL into variable Stores the URL of the page into the variable after connecting successfully, otherwise, an empty text stores into the variable.
|