Webtest WebTest GitHub Home

Extension Step storeLinkParameter

Description

Extracts the value of the specified parameter in the link and stores it as a property.

Parameters

htmlId
Required? yes
The id of the html link to extract from.
parameter
Required? yes
The name of the parameter whose value should be extracted. If the property name is not specified, the parameter name is used as key to store the value found.
description
Required? no
The description of this test step.
property
Required? no
The name of the property in which to store the retrieved value.
propertyType
Required? no, default is the "defaultPropertyType" as specified in the "config" element is used.
The type of the property in which to store the retrieve value. Either "ant" or "dynamic".