Gets a URL parameter value by position.
Syntax
Smartsite SXML | Copy Code |
---|---|
string url.getparameter(string name) string url.getparameter(string name, boolean rawValue) string url.getparameter(locator location, integer index) string url.getparameter(locator location, string name) |
Parameters
Name | Data Type | Description |
---|---|---|
location | Locator | The location. |
index | Integer | The index (1-based). |
name | String | The name of the query parameter. |
Return Value
Data Type | Description |
---|---|
String | String |