Filter\Spy Element

Description

The filtering rules for using the Object Spy in UFT.

Attributes

NameTypeUseDefaultDescription
is_control_spyablestringoptionalYes

Indicates whether the Object Spy displays this test object class.

Possible values:

  • Yes
  • No

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Spy" minOccurs="0">
    <xs:annotation>
        <xs:documentation>The filtering rules for using the Object Spy in UFT.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="SpyAttrs" />
    </xs:complexType>
</xs:element>