| 程序包 | 说明 |
|---|---|
| org.cauli.ui.selenium.browser | |
| org.cauli.ui.selenium.element | |
| org.cauli.ui.selenium.page |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends IElement> |
Auto.element(Class<T> clazz) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IElement |
Auto.$(String jquery) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Button |
class |
CauliElement |
class |
CheckBox |
class |
Image |
class |
Link |
class |
RadioButton |
class |
RichTextField |
class |
Select |
class |
Table |
| 限定符和类型 | 方法和说明 |
|---|---|
IElement |
Table.cell(int row,
int col) |
IElement |
IElement.child(String location) |
IElement |
CauliElement.child(String location) |
IElement |
IElement.child(String location,
int index) |
IElement |
CauliElement.child(String location,
int index) |
IElement |
IElement.clear() |
IElement |
CauliElement.clear() |
IElement |
IElement.find(String location) |
IElement |
CauliElement.find(String location) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IElement.dragAndDrop(IElement element) |
void |
CauliElement.dragAndDrop(IElement e) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends IElement> |
Page.element(Class<T> clazz) |
<T extends IElement> |
ICurrentPage.element(Class<T> clazz) |
<T extends IElement> |
Page.element(Class<T> clazz,
String location) |
<T extends IElement> |
ICurrentPage.element(Class<T> clazz,
String id) |
| 限定符和类型 | 方法和说明 |
|---|---|
IElement |
Page.$(String jquery) |
IElement |
ICurrentPage.$(String jquery) |
IElement |
Page.element(String location) |
IElement |
ICurrentPage.element(String id) |
Copyright © 2014. All rights reserved.