| Class | Description |
|---|---|
| BrowserApplication |
表示浏览器应用程序的顶层窗口。
|
| BrowserObject |
所有对象的基类均包含在 BrowserApplication 内。
|
| BrowserWindow |
浏览器窗口是网页的顶层容器。
|
| DomButton |
DomButton 表示所有使用以下某一标记指定的 DOM 元素:<input type='submit'>、<input type='reset'>、<input type='button'> 或 <button>。
|
| DomCheckBox |
DomCheckBox 表示所有使用 <input type='checkbox'> 标记指定的 DOM 元素。
|
| DomElement |
DomElement 表示 DOM 树中的所有元素。
|
| DomEmbeddedElement |
<embed> 或 <object> 标记指定的 DOM 元素。
|
| DomForm |
DomForm 表示使用 <form> 标记指定的所有 DOM 元素。
|
| DomLink |
DomLink 表示使用 <a> 标记指定的所有 DOM 元素。
|
| DomListBox |
DomListBox 表示使用 <select> 标记指定的所有 DOM 元素。
|
| DomRadioButton |
DomRadioButton 表示使用 <input type='radio'> 标记指定的所有 DOM 元素。
|
| DomTable |
DomTable 表示 <table> 标记。
|
| DomTableRow |
DomTableRow 表示 <tr> 标记。
|
| DomTextField |
DomTextField 表示使用以下某一标记指定的 DOM 元素:<input type='text'>、<input type='password'>、<input type='file'> 或 <textarea>。
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.