UseAutoXPathIdentifiers Property

Description

Indicates whether to generate and store an XPath value when learning Web test objects, and to use that value during a run session to improve object identification reliability.

Property type

Read-write property

Syntax

Visual Basic
Public Property UseAutoXPathIdentifiers As Boolean

Return Value

  • True

  • False

Remarks

If the description for a test object includes the XPath or CSS identifier, this property is not used for that object, even if this property is set to True.

Example

Configure Web Options

See Also