ExtractWebTitle

Top  Previous  Next

×V3.0.2Ø ((EMUE + Web))

Syntax -

ExtractWebTitle

 

Description:

This command extracts the title of the web page in the current web browser.  This extracted value is then stored in the built-in variable, &Web_Value1, just as any other extracted value would be.  Running this command is equivalent to running the following RunWebMacroCode command:

 

               RunWebMacroCode "TAG POS=1 TYPE=TITLE ATTR=TXT:* EXTRACT=TXT"

 

While the title of the webpage is part of the html, it does not appear in the browser so it cannot be extracted using the extraction wizard.  This TAG must be created manually or the ExtractWebTitle can be used in its place to achieve the same result.

 

 

Note: This command is a part of the Web Macro Commands, introduced in EMUE V3 and should not be mixed with Web Scripting Commands from EMUE V4.

 

Sample:

 

ExtractWebTitle