Range

These are the actions associated with the Range step type.

Description

Checks whether the object exists on the page.

See Exists.

Description

Gets the property value of an HTML object and assign to the prop=value parameter. Also stores it to the variable in ret=&variable.

See Get_Property.

Description

Gets the style value of properties in a class from the HTML stylesheet. The value is assigned to prop=value parameter and stores it to the variable in ret=&variable.

See Get_Style.

Gets the label of the specified HTML object.

See GetLabel.

Sets the field value in a browser object.

See Set_Value.

Compares the value in the browser to the expected value, and adds a pass or fail log entry for the validation.

See Verify.