This section lists the classes that are used for the xBrowser technology domain.
BrowserApplication Class The class that represents the top-level window of a browser application.
BrowserObject Class The class that represents the base class for all objects that are contained within a BrowserApplication.
BrowserWindow Class The class that represents the top-level container for a web page.
DomButton Class The class that represents the top-level container for a web page.
DomCheckBox Class The class that represents all DOM elements that were specified using the <input type='checkbox'> tag.
DomElement Class The class that represents any element in the DOM tree.
DomForm Class The class that represents all DOM elements that are specified using the <form> tag.
DomLink Class The class that represents all DOM elements that were specified using the <a> tag.
DomListBox Class The class that represents all DOM elements that were specified using the <select> tag.
DomRadioButton Class The class that represents all DOM elements that were specified using the <input type='radio'> tag.
DomTable Class The class that represents all DOM elements that were specified using the <table> tag.
DomTableRow Class The class that represents all DOM elements that were specified using the <tr> tag.
DomTextField Class The class that represents all DOM elements that were specified using one of the following tags: <input type='text'>, <input type='password'>, <input type='file'> or <textarea>.