Web Browser Object - Get Property

Stores the selected property of a Web Browser Object in a specific variable.

Use this action to get information about a Web Browser Object.

Action ID:
Action Category:
Action List Syntax:

99
Web Browser Object
<<VARIABLE>>
= WebBrowserObject[<<OBJECTNAME>>].GetProperty (<<PROPERTY>>)

Settings

Variable:

The variable that the property will be stored in.

Object name:

The name of the Web Browser Object whose properties will be queried.

Property

The property that will be stored in the variable. Choose from:

URL

-

The URL that is currently being displayed in the Web Browser Object

Progress Position

-

Indicates the progress of the current download as a number of "progress units" between 0 and Progress MAX. Returns to 0 once the download has completed.

You can convert the Progress Position to a percentage by using the following formula:

(Progress Position / Progress MAX) * 100

Progress MAX

-

The maximum number of "progress units" that Progress Position can attain...in other words, this is what Progress Position will be when the download reaches "100%". Note that this is typically some large integer value like "10000" or "15000".

Returns to 0 once the download has completed.

Status Text

-

The status text of the current URL.

Title Text

-

The title text of the current URL.

Examples

Getting the current URL in a Web Browser Object