General Web component properties
Define Web properties to configure and animate your Web-based automations.
Property Description BoundsRectangle Gets the size and location of the control including its
non-client elements, in pixels, relative to the parent control.
ClientRectangle Gets the rectangle that represents the client area of the
control. Enabled Gets or sets the enabled state of the control. Set to True to
enable the control. Type: Boolean. ElementID Gets the element ID attribute. FullName Gets the fully-qualified name of the control, such as
Training.Product_Summary. Type: String. HtmlID Gets the string identifying the control. InnerHtml Gets or sets the HTML between the start and end tags of the
control. InnerText Gets or sets the text between the start and end tags of the
control. IsCreated Indicates whether the control has been created (matched). For
more information, see Wait For Create. IsDisposed Included as part of system references. This property is not used
in automations. Key Gets or sets the unique key value for the control. This property
is used for applications that contain cloned targets. For more
information, see Cloned Controls. Type: String MaskEventText See the Configure Monitored Events topic for more information. MaskEventValue See the Configure Monitored Events topic for more information. Name Gets or sets the name assigned to the control. NextKey Gets or sets the key value that will be assigned to the next
clone created of this type. This property is used for applications
that contain cloned targets. For more information, see Cloned
Controls. Type: String OuterHtml Gets or sets the control and its content in HTML. ScreenRectangle Gets the rectangle that represents the screen area of the
control. TagName Gets or sets the tag name of the control. TargetName Gets the target name of the control. TargetType Gets assembly and type for the control, such as
OpenSpan.Adapters.Web.HtmlElement. Type: TargetType. Text Gets or sets the contents of the control as a string. This Gets a reference to the control object. Timeout Gets or sets the timeout interval for the Created event. UniqueId Gets the identity of the control, for example,
WebAdapter-8CC89DAD9090962\WebControl-8CC89DB19805EE6. UseElementID Sets a Boolean value that indicates whether the ElementID for the
control is used for matching. Set to False to disable using the
ElementID when matching the control. UseKeys Use this property to specify whether clones of this control can
be created when multiple matching targets are found. For more
information, see Cloned controls and the UseKeys property. Set to True to enable creating clones. The default is False.
Type: Boolean Visible Gets or sets a Boolean value that indicates whether the content
of the control is displayed. WaitHandle Gets the WaitHandle value for the control. A control's WaitHandle
is a signal that is turned on when a control is created and off when
the control is destroyed. The WaitHandle allows callers to wait for
the component's creation signal when using the WaitAny or WaitAll
components. For more information, see WaitAll and WaitAny components.
Previous topic Web application properties Next topic General Web component methods