Extracts the current page URL into a variable in JavaScript scope.

The Get URL statement extracts the web page URL and sets a JavaScript variable with this string.
Note: The JavaScript variable defined in scope thanks to this statement is a String.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Is active boolean standard Defines whether the statement is active.
Variable name String standard Defines the name of the JavaScript variable.
If this variable exists in scope, its value is overridden. If the variable doesn’t exist in scope, it is created.