HtmlElement in Unified Service Desk
The <HTMLElement>
element associates a named control to the HTML
object specified by the search path. This topic describes the elements of <HTMLElement>
.
<HTMLElement> syntax
The following code snippet shows how <HTMLElement> is used:
<HTMLElement name="control name">
Search Path Elements
</HTMLElement>
Elements of <HTMLElement>
The following table describes the elements of the <HTMLElement>
tag.
Element | Description |
---|---|
FindControl |
Returns True if the control can be found on the user interface (UI), otherwise False . |
GetControlValue |
Returns the content of the HTML object. |
SetControlValue |
Throws an UnsupportedControlOperation exception. |
ExecuteControlAction |
Executes a Click() command on the control. |