Methods
| Modifier and Type |
Method and Description |
String |
addSelectMatchingOnField(String selectionFieldId,
String underlyingField,
String underlyingValue) |
protected String |
call(String functionName,
String... args) |
String |
click(String objectId) |
String |
click(String objectId,
String optionalButtonLabel) |
String |
doubleClick(String objectId) |
String |
doubleClick(String objectId,
String optionalButtonLabel) |
boolean |
exists(String objectId) |
String |
getErrorString(String textFieldId) |
int |
getNumSelectedItems(String objectId) |
String |
getProperty(String objectId,
String property) |
String |
getSelectedItemAtIndex(String objectId,
int index) |
int |
getSelectionIndex(String selectionFieldId) |
String |
getText(String textFieldId) |
boolean |
isEnabled(String objectId) |
boolean |
isVisible(String objectId) |
String |
mouseMove(String objectId) |
String |
mouseMove(String objectId,
String optionalButtonLabel) |
String |
select(String objectId) |
String |
select(String objectId,
String optionalButtonLabel) |
void |
selectIndex(String selectionFieldId,
int index) |
String |
selectMatchingOnField(String selectionFieldId,
String underlyingField,
String underlyingValue) |
String |
setFocus(String objectId) |
String |
setFocus(String objectId,
String optionalButtonLabel) |
String |
type(String objectId,
String text) |