See: Description
Class | Description |
---|---|
BrowserApplication |
Represents the top-level window of a browser application.
|
BrowserObject |
Base class for all objects that are contained within a BrowserApplication.
|
BrowserWindow |
A browser window is the top-level container for a web page.
|
DomButton |
A DomButton represents all DOM elements that were specified using one of the following tags: <input type='submit'>, <input type='reset'>, <input type='button'> or <button>.
|
DomCheckBox |
A DomCheckBox represents all DOM elements that were specified using <input type='checkbox'> tag.
|
DomElement |
A DomElement represents any element in the DOM tree.
|
DomEmbeddedElement |
A DOM element that was specified by an <embed> or <object> tag.
|
DomForm |
A DomForm represents all DOM elements that were specified using the <form> tag.
|
DomLink |
A DomLink represents all DOM elements that were specified using the <a> tag.
|
DomListBox |
A DomListBox represents all DOM elements that were specified using the <select> tag.
|
DomRadioButton |
A DomRadioButton represents all DOM elements that were specified using <input type='radio'> tag.
|
DomTable |
A DomTable represents the <table> tag.
|
DomTableRow |
A DomTableRow represents the <tr> tag.
|
DomTextField |
A DomTextField represents DOM elements that were specified using one of the following tags: <input type='text'>, <input type='password'>, <input type='file'> or <textarea>.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.