Makes a locator absolute.

Syntax

Smartsite SXML CopyCode image Copy Code
locator url.setabsolute(locator location)

Parameters

Name Data Type Description
location Locator The relative location that should be make absolute.

Return Value

Data Type Description
Locator Return an absolute url of the given location.
SXML