Package | Description |
---|---|
com.borland.silktest.jtf.xbrowser |
This package contains classes for the xBrowser TechDomain.
|
Modifier and Type | Class and Description |
---|---|
class |
BrowserWindow
A browser window is the top-level container for a web page.
|
class |
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>.
|
class |
DomCheckBox
A DomCheckBox represents all DOM elements that were specified using <input type='checkbox'> tag.
|
class |
DomElement
A DomElement represents any element in the DOM tree.
|
class |
DomEmbeddedElement
A DOM element that was specified by an <embed> or <object> tag.
|
class |
DomForm
A DomForm represents all DOM elements that were specified using the <form> tag.
|
class |
DomLink
A DomLink represents all DOM elements that were specified using the <a> tag.
|
class |
DomListBox
A DomListBox represents all DOM elements that were specified using the <select> tag.
|
class |
DomRadioButton
A DomRadioButton represents all DOM elements that were specified using <input type='radio'> tag.
|
class |
DomTable
A DomTable represents the <table> tag.
|
class |
DomTableRow
A DomTableRow represents the <tr> tag.
|
class |
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.