CreatePageUsingAdditionalInfo Property
Description
Indicates whether to use additional properties of the test object to identify an existing Page test object.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property CreatePageUsingAdditionalInfo As Boolean |
Return Value
- True--Uses additional properties of the test object to identify an existing Page test object.
- False--Does not use additional properties of the test object to identify an existing Page test object.
Remarks
This property is relevant only when the value of PageCreationMode is URL.
Tip: Set this property to TRUE to instruct OpenText Functional Testing to recognize existing pages when the Back and Forward navigation buttons are used.
See Also