Description
Information for identifying and supporting custom controls that should be mapped to the test object class specified in the TestObjectClass attribute.
Attributes
Name | Type | Use | Default | Description |
---|
IsContainer | boolean | optional | false | Indicates whether to include the control as a parent object in the test object hierarchy, when it contains other controls or web elements. |
TestObjectClass | ID | required | | The name of the test object class. |
Diagram
Children
Used By
Source
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Control">
<xs:annotation>
<xs:documentation>Information for identifying and supporting custom controls that should be mapped to the test object class specified in the TestObjectClass attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element ref="Settings" minOccurs="0" />
<xs:element ref="Identification" minOccurs="0" />
<xs:element ref="Record" minOccurs="0" />
<xs:element ref="Run" minOccurs="0" />
<xs:element ref="ListOfValues" minOccurs="0" />
<xs:element ref="Filter" minOccurs="0" />
</xs:all>
<xs:attribute name="TestObjectClass" type="xs:ID" use="required">
<xs:annotation>
<xs:documentation>The name of the test object class.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IsContainer" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>Indicates whether to include the control as a parent object in the test object hierarchy, when it contains other controls or web elements.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
Controls Element