browser class : Url getter
Description
Returns the URL of the displayed page.
Syntax
instance.Url
Arguments
None.
Return value
Class | Description |
string | The URL. |
Sample code
1: | browser b; // Main-browser |
2: | string url = b.Url; |
Notes
None.
Links for reference
None.