WebXML description properties
Object description properties can be used in the object repository description, in programmatic descriptions, in checkpoint and output value steps, and as argument values for the GetTOProperty and GetROProperty methods.
The WebXML test object supports the description properties listed in the table below.
Property Name | Description |
---|---|
css | The path to the object in CSS format. For example: tr.BPTRow input Note: This property can only be used in the object repository description and in programmatic descriptions. It cannot be used in checkpoints or output values, or as argument values for the GetTOProperty and GetROProperty methods. |
html id | The object's HTML identifier. |
html tag | The object's HTML tag. |
innerhtml | The HTML code contained between the object's start and end tags. |
RepositoryName | The name of the object as it is stored in the object repository. Note: This property is relevant only when working in the Siebel Test Automation environment with the Siebel Add-in loaded. |
SiebelObjType | The type of object that the HTML element represents. Note: This property is relevant only when working in the Siebel Test Automation environment with the Siebel Add-in loaded. |
UIName | The name of the object as it appears in the user interface. Note: This property is relevant only when working in the Siebel Test Automation environment with the Siebel Add-in loaded. |
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 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. |
xpath | The path to the object in XPath format. For example: //TR[@id='QTP']/*/INPUT Note: This property can only be used in the object repository description and in programmatic descriptions. It cannot be used in checkpoints or output values, or as argument values for the GetTOProperty and GetROProperty methods. |
See also: