Title

Item Description

Use with:

Windows

SecureLogin version:

All

Type:

Dialog Specifier

Usage:

Title window-title

Arguments:

window-title

The text to test against the window title.

Description:

Retrieves the title of the window and compares it against the string specified in the window-title argument. For this section of the script to run, the window title and the window-title argument must agree.

You can use Window Finder to locate the window title. See Finding Dialog Control IDs.

Example:

Dialog  
 Title "Login"
 Ctrl #1
EndDialog
Type $Username #1
Type $Password #2
Click #1