Package | Description |
---|---|
com.borland.silktest.jtf.xbrowser |
此程序包中包含 xBrowser TechDomain 的类。
|
Modifier and Type | Class and Description |
---|---|
class |
DomButton
DomButton 表示所有使用以下某一标记指定的 DOM 元素:<input type='submit'>、<input type='reset'>、<input type='button'> 或 <button>。
|
class |
DomCheckBox
DomCheckBox 表示所有使用 <input type='checkbox'> 标记指定的 DOM 元素。
|
class |
DomEmbeddedElement
<embed> 或 <object> 标记指定的 DOM 元素。
|
class |
DomForm
DomForm 表示使用 <form> 标记指定的所有 DOM 元素。
|
class |
DomLink
DomLink 表示使用 <a> 标记指定的所有 DOM 元素。
|
class |
DomListBox
DomListBox 表示使用 <select> 标记指定的所有 DOM 元素。
|
class |
DomRadioButton
DomRadioButton 表示使用 <input type='radio'> 标记指定的所有 DOM 元素。
|
class |
DomTable
DomTable 表示 <table> 标记。
|
class |
DomTableRow
DomTableRow 表示 <tr> 标记。
|
class |
DomTextField
DomTextField 表示使用以下某一标记指定的 DOM 元素:<input type='text'>、<input type='password'>、<input type='file'> 或 <textarea>。
|
Modifier and Type | Method and Description |
---|---|
DomElement |
DomTableRow.getCell(int itemIdentifierIndex)
返回指定单元格的 DOM 元素。
|
DomElement |
DomTable.getCell(int rowIndex,
int colIndex)
返回指定单元格。
|
DomElement |
DomTable.getCell(int rowIndex,
ItemIdentifier col)
返回指定单元格。
|
DomElement |
DomTable.getCell(int rowIndex,
String colText)
返回指定单元格。
|
DomElement |
DomTableRow.getCell(ItemIdentifier itemIdentifier)
返回指定单元格的 DOM 元素。
|
DomElement |
DomTable.getCell(ItemIdentifier row,
int colIndex)
返回指定单元格。
|
DomElement |
DomTable.getCell(ItemIdentifier row,
ItemIdentifier col)
返回指定单元格。
|
DomElement |
DomTable.getCell(ItemIdentifier row,
String colText)
返回指定单元格。
|
DomElement |
DomTableRow.getCell(String itemIdentifierText)
返回指定单元格的 DOM 元素。
|
DomElement |
DomTable.getCell(String rowText,
int colIndex)
返回指定单元格。
|
DomElement |
DomTable.getCell(String rowText,
ItemIdentifier col)
返回指定单元格。
|
DomElement |
DomTable.getCell(String rowText,
String colText)
返回指定单元格。
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.