protected void |
BaseTestCase.blur(ClientWidget locator) |
Sets the blur state to the given locator.
|
protected void |
BaseTestCase.check(ClientWidget locator) |
Checks the given locator.
|
protected void |
BaseTestCase.click(ClientWidget locator) |
Clicks upon the given locator.
|
protected void |
BaseTestCase.clickAt(ClientWidget locator,
int offsetX,
int offsetY) |
|
protected void |
BaseTestCase.dblClick(ClientWidget locator) |
Double clicks upon the given locator.
|
protected void |
BaseTestCase.dragdropTo(ClientWidget locator,
int fromX,
int fromY,
int offsetX,
int offsetY) |
Drag the element from (x, y) (start from element center point),
move the mouse by offset, and drop.
|
protected void |
BaseTestCase.focus(ClientWidget locator) |
Sets the focus state to the given locator.
|
protected JQuery |
BaseTestCase.jq(ClientWidget el) |
Returns the Jquery object of the ZKClientObject.
|
protected void |
BaseTestCase.mouseOver(ClientWidget locator) |
Hover.
|
protected void |
BaseTestCase.rightClick(ClientWidget locator) |
Right clicks upon the given locator.
|
protected void |
BaseTestCase.sendKeys(ClientWidget locator,
java.lang.CharSequence... keysToSend) |
Use this method to simulate typing into an element, which may set its value.
|
protected void |
BaseTestCase.setCursorPosition(ClientWidget locator,
int position) |
Moves the text cursor to the specified position in the given input element or textarea.
|
static org.openqa.selenium.WebElement |
BaseTestCase.toElement(ClientWidget locator) |
|
protected void |
BaseTestCase.trigger(ClientWidget widget,
java.lang.String event) |
Execute all handlers and behaviors attached to the matched elements for the given event type
|
protected void |
BaseTestCase.type(ClientWidget locator,
java.lang.String text) |
Types the text into the given locator.
|
protected ZK |
BaseTestCase.zk(ClientWidget el) |
Returns the ZK object of the ZKClientObject.
|