GetWebTitle |
Top Previous Next |
×V4.1Ø
Syntax - GetWebTitle <Variable Name> Where: <Variable Name> is the user defined name that is assigned to the variable.
Description: This command will return the title of the web page and store it in the variable, <Variable Name>, as defined by the user. This command can be used to determine which page the script is on and how script execution should continue.
Soarian SmartUI: No Chrome: No
Sample: The following statement retrieves the title of a web page from the element identifier and stores it in a variable named WebTitle. GetWebTitle WebTitle
See Also:
|