Package | Description |
---|---|
com.testoptimal.exception | |
com.testoptimal.mscript | |
com.testoptimal.page | |
com.testoptimal.plugin | |
com.testoptimal.plugin.selenium |
Modifier and Type | Method and Description |
---|---|
static MBTException |
MBTException.mergeList(List<MBTException> exceptList_p) |
Modifier and Type | Method and Description |
---|---|
static MBTException |
MBTException.mergeList(List<MBTException> exceptList_p) |
Modifier and Type | Method and Description |
---|---|
String |
Sys.getEnvVar(String varName_p)
Returns the value (String) for the environment variable (global variable in current
server).
|
static void |
Util.submitModelExec(RunRequest runReq_p)
submits a model for execution on a runtime server managed by the SvrMgr
configured in the current TestOptimal server.
|
static void |
Util.submitModelExec(String modelName_p,
String statDesc_p)
submits a model for execution on a runtime server managed by the SvrMgr
configured in the current TestOptimal server.
|
Modifier and Type | Method and Description |
---|---|
Page |
Page.addAction(String action,
groovy.lang.Closure<Object> func)
adds an action to the page.
|
Element |
Page.addElement(String name,
Object locator)
adds an element to the page.
|
Modifier and Type | Method and Description |
---|---|
String |
SikuliXPlugin.getText(int deltaX_p,
int deltaY_p,
int width_p,
int height_p)
performs OCR on the region specified.
|
Modifier and Type | Method and Description |
---|---|
Object |
SeleniumAssist.runJS(String javascript_p)
executes javascript on current window/frame.
|
Object |
SeleniumAssist.scrollBy(int x_delta_p,
int y_delta_p)
scrolls window by the x and y pixels specified.
|
Object |
SeleniumAssist.scrollTo(int x_p,
int y_p)
scrolls window to the x,y coordinates specified.
|
org.openqa.selenium.support.ui.Select |
SeleniumAssist.selectOptionByIndex(org.openqa.selenium.By locator_p,
int index_p)
selects an option for the Select element by option index (0-based).
|
org.openqa.selenium.support.ui.Select |
SeleniumAssist.selectOptionByText(org.openqa.selenium.By locator_p,
String text_p)
selects an option for the Select element by matching the option display text.
|
org.openqa.selenium.support.ui.Select |
SeleniumAssist.selectOptionByValue(org.openqa.selenium.By locator_p,
String value_p)
selects an option for the Select element by matching the value attribute.
|
Copyright TestOptimal, LLC