Command Reference - Web Browser Object Actions
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: |
99 |
The variable that the property will be stored in.
The name of the Web Browser Object whose properties will be queried.
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. |
|
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". |
|
Status Text |
- |
The status text of the current URL. |
|
Title Text |
- |
The title text of the current URL. |