GetURL

Item Description

Use with:

Web components (for example, Internet Explorer and Netscape)

SecureLogin version:

2.5 and later

Type:

Action

Usage:

GetURL variable

Arguments:

variable

Defines where the captured URL will be stored.

Description:

Captures the URL of the site that is loaded and saves it to the specified variable.

Example:

GetURL ?URL 
If ?URL eq "http://www.yahoo.com" 
 Type $Username 
 Type $Password Password
EndIf