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 |
doFlexProperty(String objectId,
String value) |
String |
doubleClick(String objectId) |
String |
doubleClick(String objectId,
String optionalButtonLabel) |
boolean |
exists(String objectId) |
String |
getErrorString(String textFieldId) |
String |
getFlexComponent(String objectId) |
String |
getFlexComponentChildren(String objectId) |
String |
getFlexComponentInfo(String objectId) |
String |
getFlexComponentProperties(String objectId) |
String |
getFlexFullDeepComponentTree(String objectId) |
String |
getFlexGlobalPosition(String objectId) |
String |
getFlexNumeric(String objectId,
String regtext) |
String |
getFlexParseInt(String objectId,
String property) |
String |
getFlexStepper(String objectId) |
String |
getFlexTextPresent(String objectId,
String searchText) |
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) |
String |
isRadioButtonSelected(String objectId) |
boolean |
isVisible(String objectId) |
String |
mouseEvent(String objectId,
String event) |
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) |