UseWebPage

Top  Previous  Next

×V4.1Ø

S

A

W

WS

ü

Syntax -

UseWebPage <Page Name>

       Where:

       <Page Name> is a literal string, the keyword OriginalWebPage, a variable containing a string or an unquoted user defined name.

       

Description:

When using more than one browser, this command is used to switch from the page that has been in use to the newly desired page.  The page is identified by the <Page Name> alias that was defined when the additional web page was opened using the OpenAdditionalWebPage command.  At any time, to revert to the original page, the keyword OriginalWebPage may be used.

 

Soarian SmartUI: No

Chrome: Yes

 

Sample 1:

       The following sample causes EMUE to stop controlling the browser that is currently in use and resume processing with a browser that has been nicknamed "SoarianBrowser."

UseWebPage "SoarianBrowser"

 

Sample 2:

       The following sample causes EMUE to stop controlling the browser that is currently in use and resume processing with the original browser.

UseWebPage OriginalWebPage

 

Sample 3:

       The following sample causes EMUE to stop controlling the browser that is currently in use and resume processing with a browser that has been nicknamed ReportsAndCubes

UseWebPage ReportsAndCubes

 

See Also:

Identifying an Element

OpenAdditionalWebPage

OpenWebPage

CloseWebPage