public class AutoTest
extends java.lang.Object
| Constructor and Description |
|---|
AutoTest() |
| Modifier and Type | Method and Description |
|---|---|
static Canvas |
getTestRoot()
Gets the implicit root canvas available in scLocators starting "//testRoot[]".
|
static java.lang.Boolean |
isCanvasDone(Canvas canvas)
Returns whether the canvas is in a consistent state with no pending operations.
|
static java.lang.Boolean |
isElementClickable(Canvas canvas)
Returns whether the instance is ready to be clicked on by a Selenium test.
|
static java.lang.Boolean |
isElementClickable(FormItem item)
Returns whether the instance is ready to be clicked on by a Selenium test.
|
static java.lang.Boolean |
isGridDone(Canvas canvas)
Returns whether the ListGrid supplied or containing the supplied canvas is in a consistent state with no pending
operations.
|
static boolean |
isSystemDone(boolean includeRedraws)
Returns whether the loaded page is in a consistent state with no pending operations.
|
static java.lang.Boolean |
isTileGridDone(Canvas canvas)
Returns whether the TileGrid is in a consistent state with no pending operations.
|
static java.lang.Boolean |
isTileLayoutDone(Canvas canvas)
Returns whether the TileLayout is in a consistent state with no pending operations.
|
static void |
setTestRoot(Canvas canvas)
Sets the implicit root canvas available in scLocators starting "//testRoot[]".
|
public static java.lang.Boolean isCanvasDone(Canvas canvas)
canvas - canvas to testpublic static java.lang.Boolean isElementClickable(Canvas canvas)
implicitNetworkWait) canvas - instance to testpublic static java.lang.Boolean isElementClickable(FormItem item)
implicitNetworkWait) item - instance to testpublic static java.lang.Boolean isGridDone(Canvas canvas)
canvas - canvas to testpublic static boolean isSystemDone(boolean includeRedraws)
implicitNetworkWait) includeRedraws - whether to check for pending Canvas redrawspublic static java.lang.Boolean isTileGridDone(Canvas canvas)
canvas - TileGrid to testpublic static java.lang.Boolean isTileLayoutDone(Canvas canvas)
canvas - TileLayout to testpublic static void setTestRoot(Canvas canvas)
canvas - the implicit rootpublic static Canvas getTestRoot()