SiebPageTabs description properties

The SiebPageTabs test object supports the description properties listed in the below.

Property Name

Description

ActiveScreen

The RepositoryName of the active PageTab object.

ActiveView

The RepositoryName of the active View, as represented by the active Aggregate Category link.

ClassName

The class of the object.

Count

The number of objects of a given type that are present in the current context.

RepositoryName

The name of the object as it is stored in the object repository.

ScreenCount

The number of screen objects of a given type that are present in the current context.

UIName

The name of the object as it appears in the user interface.

ViewCount

The number of view objects of a given type that are present in the current context.

visual relations

Represents the test object's visual relations identifier.

Use this property in GetTOProperty and SetTOProperty steps to return or apply a VisualRelationsCollection object for a test object. The VisualRelationsCollection object enables you to retrieve or replace the visual relation identifier settings of a test object during a run session.

Syntax:

SetVRIColl = TestObject.GetTOProperty("visual relations")

TestObject.SetTOProperty "visual relations", VRIColl

For details, see VisualRelationsCollection Object in the Utility section of the Micro Focus UFT One Object Model Reference for GUI Testing.

This property is not listed in the Object Spy. It is not retrieved when you use the GetTOProperties method. It cannot be used in the Object Identification dialog box, the description area of the object repository, checkpoint or output value steps, and so on.

See also: