$ A B C D E F G H I J L M N O P R S T U V W Z _ 
All Classes All Packages

$

$f(String) - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the fellow of the widget from the given id.
$n() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the element of the widget.
$n(String) - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the sub-element of the widget from the given sub-name.
$o() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the id-space-owner of the widget.

A

after() - Method in class org.zkoss.test.webdriver.ExternalZkXml
 
afterAll(ExtensionContext) - Method in class org.zkoss.test.webdriver.ExternalWebXml
 
afterAll(ExtensionContext) - Method in class org.zkoss.test.webdriver.ExternalZkXml
 
assertNoAnyError() - Method in class org.zkoss.test.webdriver.BaseTestCase
Asserts no ZK and JS error
assertNoJSError() - Method in class org.zkoss.test.webdriver.BaseTestCase
Asserts no JavaScript errors occur.
assertNoZKError() - Method in class org.zkoss.test.webdriver.BaseTestCase
Asserts no ZK error
attr(String) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the attribute value from the given name.

B

BaseTestCase - Class in org.zkoss.test.webdriver
A base class to test using WebDriver.
BaseTestCase() - Constructor for class org.zkoss.test.webdriver.BaseTestCase
 
before() - Method in class org.zkoss.test.webdriver.ExternalZkXml
 
beforeAll(ExtensionContext) - Method in class org.zkoss.test.webdriver.ExternalWebXml
 
beforeAll(ExtensionContext) - Method in class org.zkoss.test.webdriver.ExternalZkXml
 
beforeAll(ExtensionContext) - Method in class org.zkoss.test.webdriver.SingletonServer
 
blur(ClientWidget) - Method in class org.zkoss.test.webdriver.BaseTestCase
Sets the blur state to the given locator.

C

check(ClientWidget) - Method in class org.zkoss.test.webdriver.BaseTestCase
Checks the given locator.
children() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the child element in JQuery object.
children(String) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the child element in JQuery object.
ChromiumHeadlessDriver - Class in org.zkoss.test.webdriver
A local running Chromium ChromeDriver.
ChromiumHeadlessDriver() - Constructor for class org.zkoss.test.webdriver.ChromiumHeadlessDriver
 
ChromiumHeadlessDriver(boolean) - Constructor for class org.zkoss.test.webdriver.ChromiumHeadlessDriver
 
ChromiumHeadlessDriver(ChromeDriverService) - Constructor for class org.zkoss.test.webdriver.ChromiumHeadlessDriver
 
ChromiumHeadlessDriver(ChromeDriverService, ChromeOptions) - Constructor for class org.zkoss.test.webdriver.ChromiumHeadlessDriver
 
ChromiumHeadlessDriver(ChromeDriverService, ChromeOptions, boolean) - Constructor for class org.zkoss.test.webdriver.ChromiumHeadlessDriver
 
ChromiumHeadlessDriver(ChromeOptions) - Constructor for class org.zkoss.test.webdriver.ChromiumHeadlessDriver
 
ChromiumHeadlessDriver(ChromeOptions, boolean) - Constructor for class org.zkoss.test.webdriver.ChromiumHeadlessDriver
 
click(ClientWidget) - Method in class org.zkoss.test.webdriver.BaseTestCase
Clicks upon the given locator.
clickAt(ClientWidget, int, int) - Method in class org.zkoss.test.webdriver.BaseTestCase
 
ClientWidget - Class in org.zkoss.test.webdriver.ztl
The skeleton of ZK client side widget.
ClientWidget() - Constructor for class org.zkoss.test.webdriver.ztl.ClientWidget
 
close() - Method in class org.zkoss.test.webdriver.SingletonServer
 
closeZKLog() - Method in class org.zkoss.test.webdriver.BaseTestCase
Closes the zk.log console and removes it.
connect() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
connect(String) - Method in class org.zkoss.test.webdriver.BaseTestCase
 
contents() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the children of each element in JQuery object.
copy() - Method in class org.zkoss.test.webdriver.BaseTestCase
Press hot key (e.g.
css(String) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the CSS value from the given name.
cut() - Method in class org.zkoss.test.webdriver.BaseTestCase
Press hot key (e.g.

D

dblClick(ClientWidget) - Method in class org.zkoss.test.webdriver.BaseTestCase
Double clicks upon the given locator.
destroyServer(Server) - Method in class org.zkoss.test.webdriver.BaseTestCase
 
detach() - Method in class org.zkoss.test.webdriver.ztl.Widget
Detaches the widget
disableConnectionWait() - Method in class org.zkoss.test.webdriver.BaseTestCase
Disables the connection waiting.
docker - Variable in class org.zkoss.test.webdriver.DockerWebDriverTestCase
 
DockerFirefoxDriverTestCase - Class in org.zkoss.test.webdriver
A test case with a Firefox WebDriver running in a Docker container.
DockerFirefoxDriverTestCase() - Constructor for class org.zkoss.test.webdriver.DockerFirefoxDriverTestCase
 
DockerRemoteWebDriver - Class in org.zkoss.test.webdriver
A RemoteWebDriver.
DockerRemoteWebDriver(String, Capabilities) - Constructor for class org.zkoss.test.webdriver.DockerRemoteWebDriver
 
DockerRemoteWebDriver(URL, Capabilities) - Constructor for class org.zkoss.test.webdriver.DockerRemoteWebDriver
 
DockerWebDriverTestCase - Class in org.zkoss.test.webdriver
A local Docker container to support a linux based remote WebDriver for Chrome.
DockerWebDriverTestCase() - Constructor for class org.zkoss.test.webdriver.DockerWebDriverTestCase
 
dragdropTo(ClientWidget, int, int, int, int) - Method in class org.zkoss.test.webdriver.BaseTestCase
Drag the element from (x, y) (start from element center point), move the mouse by offset, and drop.
driver - Variable in class org.zkoss.test.webdriver.BaseTestCase
 
dropUploadFile(JQuery, Path) - Method in class org.zkoss.test.webdriver.BaseTestCase
Simulates drag and drop a file to a Dropupload element.
dropUploadFiles(JQuery, List<Path>, int, int) - Method in class org.zkoss.test.webdriver.BaseTestCase
Simulates drag and drop files to a Dropupload element.

E

Element - Class in org.zkoss.test.webdriver.ztl
A simulator of DOM element object.
Element(String) - Constructor for class org.zkoss.test.webdriver.ztl.Element
 
Element(StringBuffer) - Constructor for class org.zkoss.test.webdriver.ztl.Element
 
enableConnectionWait() - Method in class org.zkoss.test.webdriver.BaseTestCase
Enables the connection waiting.
eq(int) - Method in class org.zkoss.test.webdriver.ztl.JQuery
proxy for jQuery eq method
eval(String) - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
eval(String) - Method in class org.zkoss.test.webdriver.ztl.ClientWidget
Returns the result of the evaluation, if any.
eval(String, boolean) - Method in class org.zkoss.test.webdriver.ztl.ClientWidget
Returns the result of the evaluation, if any.
exists() - Method in class org.zkoss.test.webdriver.ztl.Element
Returns whether the element exists or not.
exists() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns whether the widget exists or not.
exists() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns whether the widget exists or not.
exists() - Method in class org.zkoss.test.webdriver.ztl.ZK
Returns whether the widget exists or not.
exportResource(String) - Method in class org.zkoss.test.webdriver.DockerFirefoxDriverTestCase
 
exportResource(String) - Method in class org.zkoss.test.webdriver.DockerWebDriverTestCase
 
ExternalWebXml - Class in org.zkoss.test.webdriver
Load an external web.xml for testing.
ExternalWebXml(Class<? extends BaseTestCase>) - Constructor for class org.zkoss.test.webdriver.ExternalWebXml
Pass a test class and will find web.xml by a convention rule.
ExternalWebXml(String) - Constructor for class org.zkoss.test.webdriver.ExternalWebXml
Pass a path to web.xml manually.
ExternalZkXml - Class in org.zkoss.test.webdriver
Load an external zk.xml for testing.
ExternalZkXml(Class<? extends BaseTestCase>) - Constructor for class org.zkoss.test.webdriver.ExternalZkXml
Pass a test class and will find zk.xml by a convention rule.
ExternalZkXml(String) - Constructor for class org.zkoss.test.webdriver.ExternalZkXml
Pass a path to zk.xml manually.

F

filter(String) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Filter the element from the given selector.
find(String) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Finds the element from the given selector.
findElements(SearchContext) - Method in class org.zkoss.test.webdriver.ztl.ClientWidget
 
FINGER - Variable in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
firefoxDocker - Variable in class org.zkoss.test.webdriver.DockerFirefoxDriverTestCase
 
FirefoxHeadlessDriver - Class in org.zkoss.test.webdriver
A local running Firefox GeckoDriver.
FirefoxHeadlessDriver() - Constructor for class org.zkoss.test.webdriver.FirefoxHeadlessDriver
 
FirefoxHeadlessDriver(boolean) - Constructor for class org.zkoss.test.webdriver.FirefoxHeadlessDriver
 
FirefoxHeadlessDriver(FirefoxDriverService) - Constructor for class org.zkoss.test.webdriver.FirefoxHeadlessDriver
 
FirefoxHeadlessDriver(FirefoxDriverService, FirefoxOptions) - Constructor for class org.zkoss.test.webdriver.FirefoxHeadlessDriver
 
FirefoxHeadlessDriver(FirefoxDriverService, FirefoxOptions, boolean) - Constructor for class org.zkoss.test.webdriver.FirefoxHeadlessDriver
 
FirefoxHeadlessDriver(FirefoxOptions) - Constructor for class org.zkoss.test.webdriver.FirefoxHeadlessDriver
 
FirefoxHeadlessDriver(FirefoxOptions, boolean) - Constructor for class org.zkoss.test.webdriver.FirefoxHeadlessDriver
 
FirefoxWebDriverTestCase - Class in org.zkoss.test.webdriver
A Firefox WebDriver test case.
FirefoxWebDriverTestCase() - Constructor for class org.zkoss.test.webdriver.FirefoxWebDriverTestCase
 
first() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the first element in JQuery object.
firstChild() - Method in class org.zkoss.test.webdriver.ztl.Element
Returns the firstChild of the element.
firstChild() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the first child of the widget.
focus() - Method in class org.zkoss.test.webdriver.ztl.ZK
focus the current element
focus(ClientWidget) - Method in class org.zkoss.test.webdriver.BaseTestCase
Sets the focus state to the given locator.
ForkJVMTestOnly - Annotation Type in org.zkoss.test.webdriver
Used for isolating JVM for test in ZATS tests (@ForkJVMTestOnly).

G

get(int) - Method in class org.zkoss.test.webdriver.ztl.JQuery
proxy for jQuery get method
get(String) - Method in class org.zkoss.test.webdriver.ztl.Element
Returns the result of the evaluated name.
get(String) - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the value of the evaluated name.
getActions() - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the browser actions.
getAddress() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
getBaseResource() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
getChild(String) - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the child of the widget from the given name.
getContextPath() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
getEval(String) - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
getFileExtension() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
getFileLocation() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
getFirefixOptions() - Method in class org.zkoss.test.webdriver.FirefoxWebDriverTestCase
 
getHost() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
getMessageBoxContent() - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the text content of zk messagebox from client side.
getPort() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
getRemoteWebDriverUrl() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
getRemoteWebDriverUrl() - Method in class org.zkoss.test.webdriver.DockerFirefoxDriverTestCase
 
getRemoteWebDriverUrl() - Method in class org.zkoss.test.webdriver.DockerWebDriverTestCase
 
getRetryCount(boolean) - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the retry count for waiting for Ajax response.
getServer() - Method in class org.zkoss.test.webdriver.PrototypeServer
 
getServer() - Method in class org.zkoss.test.webdriver.SingletonServer
 
getServerPort() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
getSpeed() - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the wait response speed.
getStatusCode(String) - Static method in class org.zkoss.test.webdriver.BaseTestCase
Gets the HTTP response status code.
getTestURL(String) - Method in class org.zkoss.test.webdriver.BaseTestCase
 
getTimeout() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
getWebDriver() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
getWebDriver() - Method in class org.zkoss.test.webdriver.FirefoxWebDriverTestCase
 
getWebDriverOptions() - Method in class org.zkoss.test.webdriver.BaseTestCase
Gets the WebDriver options.
getWebDriverOptions() - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
getZKLog() - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the text of zk.log from client side.
globalLock - Variable in class org.zkoss.test.webdriver.DockerFirefoxDriverTestCase
 
globalLock - Variable in class org.zkoss.test.webdriver.DockerWebDriverTestCase
 

H

hasClass(String) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns whether includes the className.
hasError() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
height() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed height for the first element.
html() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the html content(innerHTML)

I

id() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the id of the widget.
initServer(Server) - Method in class org.zkoss.test.webdriver.BaseTestCase
 
initWebDriver() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
innerHeight() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed height for the first element, including padding but not border.
innerWidth() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed width for the first element, including padding but not border.
is(String) - Method in class org.zkoss.test.webdriver.ztl.Element
Returns the boolean value of the evaluated name.
is(String) - Method in class org.zkoss.test.webdriver.ztl.JQuery
check the jquery element match the selector.
is(String) - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the boolean value of the evaluated name.
is(String) - Static method in class org.zkoss.test.webdriver.ztl.ZK
Returns the boolean value from the evaluated name.
isBlank(String) - Static method in class org.zkoss.test.webdriver.ztl.ClientWidget
Returns true if the string is null or empty or pure blank.
isEmpty(String) - Static method in class org.zkoss.test.webdriver.ztl.ClientWidget
Returns true if the string is null or empty.
isHeadless() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
isMac() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
isSolaris() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
isUnix() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
isUseDocker() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
isUseDocker() - Method in class org.zkoss.test.webdriver.DockerFirefoxDriverTestCase
 
isUseDocker() - Method in class org.zkoss.test.webdriver.DockerWebDriverTestCase
 
isUsingRemoteWebDriver(ChromeOptions) - Method in class org.zkoss.test.webdriver.BaseTestCase
 
isUsingRemoteWebDriver(FirefoxOptions) - Method in class org.zkoss.test.webdriver.BaseTestCase
 
isVisible() - Method in class org.zkoss.test.webdriver.ztl.JQuery
a short cut for visble
isWindows() - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
isZKLogAvailable() - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the text of zk.log from client side.
iterator() - Method in class org.zkoss.test.webdriver.ztl.JQuery
 

J

jq() - Method in class org.zkoss.test.webdriver.ztl.ZK
Switches to the JQuery object.
jq(String) - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the Jquery object of the selector
jq(ClientWidget) - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the Jquery object of the ZKClientObject.
JQuery - Class in org.zkoss.test.webdriver.ztl
A simulator of JQuery client side object, which wraps the JQuery client side API.
JQuery(String) - Constructor for class org.zkoss.test.webdriver.ztl.JQuery
 
JQuery(StringBuffer) - Constructor for class org.zkoss.test.webdriver.ztl.JQuery
 
JQuery(StringBuffer, String) - Constructor for class org.zkoss.test.webdriver.ztl.JQuery
 
JQuery(ClientWidget) - Constructor for class org.zkoss.test.webdriver.ztl.JQuery
 

L

last() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the last element in JQuery object.
lastChild() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the last child of the widget.
length() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the length of the array from the jQuery object.

M

mouseOver(ClientWidget) - Method in class org.zkoss.test.webdriver.BaseTestCase
Hover.

N

nChildren() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the size of the children.
next() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the next element in JQuery object.
nextSibling() - Method in class org.zkoss.test.webdriver.ztl.Element
Returns the nextSibling of the element.
nextSibling() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the next sibling of the widget.

O

offsetLeft() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed offsetLeft for the first element
offsetTop() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed offsetTop for the first element
org.zkoss.test.webdriver - package org.zkoss.test.webdriver
 
org.zkoss.test.webdriver.ztl - package org.zkoss.test.webdriver.ztl
 
outerHeight() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed height for the first element, including padding and border.
outerHeight(boolean) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed height for the first element, including padding and border, it will including margin, if true
outerWidth() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed width for the first element, including padding and border.
outerWidth(boolean) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed width for the first element, including padding and border, it will including margin, if true

P

PACKAGE - Static variable in class org.zkoss.test.webdriver.BaseTestCase
 
parent() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the parent element in JQuery object.
parent(String) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the parent element in JQuery object.
parentNode() - Method in class org.zkoss.test.webdriver.ztl.Element
Returns the parentNode of the element.
parents(String) - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the parents element in JQuery object.
parseInt(String) - Static method in class org.zkoss.test.webdriver.BaseTestCase
Returns the int value from the given string number.
paste() - Method in class org.zkoss.test.webdriver.BaseTestCase
Press hot key (e.g.
positionLeft() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed positionLeft (the offsetLeft relative to the parent) for the first element
positionTop() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed positionTop (the offsetTop relative to the parent) for the first element
postProcessTestInstance(Object, ExtensionContext) - Method in class org.zkoss.test.webdriver.ExternalWebXml
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.zkoss.test.webdriver.ExternalZkXml
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.zkoss.test.webdriver.PrototypeServer
 
preDestroyTestInstance(ExtensionContext) - Method in class org.zkoss.test.webdriver.PrototypeServer
 
prev() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the previous element in JQuery object.
previousSibling() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the previous sibling of the widget.
prototypeServer - Static variable in class org.zkoss.test.webdriver.SingletonWebDriverTestCase
 
prototypeServer - Static variable in class org.zkoss.test.webdriver.WebDriverTestCase
 
PrototypeServer - Class in org.zkoss.test.webdriver
A server instance per a test case instance.
PrototypeServer() - Constructor for class org.zkoss.test.webdriver.PrototypeServer
 

R

remove() - Method in class org.zkoss.test.webdriver.ztl.JQuery
 
revisedHeight(int) - Method in class org.zkoss.test.webdriver.ztl.ZK
Returns the revised height.
revisedOffset() - Method in class org.zkoss.test.webdriver.ztl.ZK
Returns the revised offset array.
revisedWidth(int) - Method in class org.zkoss.test.webdriver.ztl.ZK
Returns the revised width.
rightClick(ClientWidget) - Method in class org.zkoss.test.webdriver.BaseTestCase
Right clicks upon the given locator.

S

scroll(WebElement, int, int) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
scroll(WebElement, int, int, int) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
scrollbarWidth() - Static method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the scrollbar width.
scrollHeight() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Note:This not a jQuery base method.
scrollLeft() - Method in class org.zkoss.test.webdriver.ztl.JQuery
getter for scrollLeft if multiple result , will receive first value.
scrollLeft(int) - Method in class org.zkoss.test.webdriver.ztl.JQuery
setter for scrollLeft
scrollTo(int, int, int, int) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
scrollTop() - Method in class org.zkoss.test.webdriver.ztl.JQuery
getter for scrollTop if multiple result , will receive first value.
scrollTop(int) - Method in class org.zkoss.test.webdriver.ztl.JQuery
setter for scrollTop
scrollWidth() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Note:This not a jQuery base method.
selectAll() - Method in class org.zkoss.test.webdriver.BaseTestCase
Trigger a select all action.
selectComboitem(Widget, int) - Method in class org.zkoss.test.webdriver.BaseTestCase
Selects an comboitem from the given combobox.
sendKeys(ClientWidget, CharSequence...) - Method in class org.zkoss.test.webdriver.BaseTestCase
Use this method to simulate typing into an element, which may set its value.
set(String, boolean) - Method in class org.zkoss.test.webdriver.ztl.Element
Sets the boolean value to the evaluated name.
set(String, boolean) - Method in class org.zkoss.test.webdriver.ztl.Widget
Sets the boolean value to the evaluated name.
set(String, int) - Method in class org.zkoss.test.webdriver.ztl.Element
Sets the number value to the evaluated name.
set(String, int) - Method in class org.zkoss.test.webdriver.ztl.Widget
Sets the number value to the evaluated name.
set(String, String) - Method in class org.zkoss.test.webdriver.ztl.Element
Sets the string value to the evaluated name.
set(String, String) - Method in class org.zkoss.test.webdriver.ztl.Widget
Sets the string value to the evaluated name.
setCursorPosition(ClientWidget, int) - Method in class org.zkoss.test.webdriver.BaseTestCase
Moves the text cursor to the specified position in the given input element or textarea.
SingletonServer - Class in org.zkoss.test.webdriver
A singleton server instance for all test cases.
SingletonServer() - Constructor for class org.zkoss.test.webdriver.SingletonServer
 
SingletonWebDriverTestCase - Class in org.zkoss.test.webdriver
A webdriver test case with a singleton server instance.
SingletonWebDriverTestCase() - Constructor for class org.zkoss.test.webdriver.SingletonWebDriverTestCase
 
sleep(long) - Method in class org.zkoss.test.webdriver.BaseTestCase
Causes the currently executing thread to sleep for the specified number of milliseconds, subject to the precision and accuracy of system timers and schedulers.
static_port - Static variable in class org.zkoss.test.webdriver.BaseTestCase
 
stop() - Method in class org.zkoss.test.webdriver.BaseTestCase
 
stripJsessionid(String) - Method in class org.zkoss.test.webdriver.BaseTestCase
Strips ;jsessionid= in URL because it is annoying when comparing URLs.
swipe(Point, Point) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
swipe(Point, Point, int) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
swipe(WebElement, WebElement) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
swipe(WebElement, WebElement, int) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 

T

tap(Point) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
tap(Point, int) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
tap(WebElement) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
tap(WebElement, int) - Method in class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
text() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the text content
toBy() - Method in class org.zkoss.test.webdriver.ztl.ClientWidget
Returns the element as By element, if possible.
toBy() - Method in class org.zkoss.test.webdriver.ztl.Element
 
toBy() - Method in class org.zkoss.test.webdriver.ztl.JQuery
 
toBy() - Method in class org.zkoss.test.webdriver.ztl.Widget
 
toBy() - Method in class org.zkoss.test.webdriver.ztl.ZK
 
toElement() - Method in class org.zkoss.test.webdriver.ztl.ClientWidget
Returns the element from this client widget.
toElement() - Method in class org.zkoss.test.webdriver.ztl.Element
 
toElement() - Method in class org.zkoss.test.webdriver.ztl.JQuery
 
toElement() - Method in class org.zkoss.test.webdriver.ztl.Widget
 
toElement() - Method in class org.zkoss.test.webdriver.ztl.ZK
 
toElement(ClientWidget) - Static method in class org.zkoss.test.webdriver.BaseTestCase
 
toLocator() - Method in class org.zkoss.test.webdriver.ztl.ClientWidget
Returns the evaluation string that is JavaScript format.
toString() - Method in class org.zkoss.test.webdriver.ztl.ClientWidget
Returns the evaluation string that is JavaScript format.
TouchWebDriverTestCase - Class in org.zkoss.test.webdriver
A base class to test using a Touch Simulator to run a remote Docker WebDriver.
TouchWebDriverTestCase() - Constructor for class org.zkoss.test.webdriver.TouchWebDriverTestCase
 
toUpperCase(String, String) - Method in class org.zkoss.test.webdriver.ztl.ClientWidget
Returns the string that the first word of the name is upper case.
toWidget() - Method in class org.zkoss.test.webdriver.ztl.JQuery
translate to widget.
trigger(ClientWidget, String) - Method in class org.zkoss.test.webdriver.BaseTestCase
Execute all handlers and behaviors attached to the matched elements for the given event type
trim(String) - Static method in class org.zkoss.test.webdriver.BaseTestCase
Trims the multiline string into one line string.
type(ClientWidget, String) - Method in class org.zkoss.test.webdriver.BaseTestCase
Types the text into the given locator.

U

unlockGlobalLock() - Method in class org.zkoss.test.webdriver.DockerFirefoxDriverTestCase
 
unlockGlobalLock() - Method in class org.zkoss.test.webdriver.DockerWebDriverTestCase
 
uuid() - Method in class org.zkoss.test.webdriver.ztl.Widget
Returns the uuid of the widget.

V

val() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current value of the first element in the set of matched elements.
VERSION - Static variable in class org.zkoss.test.webdriver.ztl.ZK
 

W

waitResponse() - Method in class org.zkoss.test.webdriver.BaseTestCase
Waits for Ajax response.
waitResponse(boolean) - Method in class org.zkoss.test.webdriver.BaseTestCase
Waits for Ajax response.
waitResponse(int) - Method in class org.zkoss.test.webdriver.BaseTestCase
Waits for Ajax response according to the timeout attribute.
waitResponse(int, boolean) - Method in class org.zkoss.test.webdriver.BaseTestCase
Waits for Ajax response according to the timeout attribute.
WEB_XML_KEY - Static variable in class org.zkoss.test.webdriver.ExternalWebXml
 
WebDriverTestCase - Class in org.zkoss.test.webdriver
A webdriver test case with a prototype server instance.
WebDriverTestCase() - Constructor for class org.zkoss.test.webdriver.WebDriverTestCase
 
widget(String) - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the Widget object of the UUID.
widget(Element) - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the Widget object of the given element.
widget(JQuery) - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the Widget object from the JQuery object.
Widget - Class in org.zkoss.test.webdriver.ztl
A simulator of the ZK client widget.
Widget(String) - Constructor for class org.zkoss.test.webdriver.ztl.Widget
 
Widget(StringBuffer) - Constructor for class org.zkoss.test.webdriver.ztl.Widget
 
Widget(StringBuffer, String) - Constructor for class org.zkoss.test.webdriver.ztl.Widget
 
Widget(Element) - Constructor for class org.zkoss.test.webdriver.ztl.Widget
 
Widget(JQuery) - Constructor for class org.zkoss.test.webdriver.ztl.Widget
 
width() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Returns the current computed width for the first element.

Z

zk() - Method in class org.zkoss.test.webdriver.ztl.JQuery
Switches to the ZK object.
zk(String) - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the ZK object of the selector
zk(ClientWidget) - Method in class org.zkoss.test.webdriver.BaseTestCase
Returns the ZK object of the ZKClientObject.
ZK - Class in org.zkoss.test.webdriver.ztl
A simulator of ZK client side object, which wraps the ZK client API.
ZK(String) - Constructor for class org.zkoss.test.webdriver.ztl.ZK
 
ZK(StringBuffer) - Constructor for class org.zkoss.test.webdriver.ztl.ZK
 
ZK(StringBuffer, String) - Constructor for class org.zkoss.test.webdriver.ztl.ZK
 
ZK(ClientWidget) - Constructor for class org.zkoss.test.webdriver.ztl.ZK
 

_

_local - Static variable in class org.zkoss.test.webdriver.BaseTestCase
 
_out - Variable in class org.zkoss.test.webdriver.ztl.ClientWidget
 
$ A B C D E F G H I J L M N O P R S T U V W Z _ 
All Classes All Packages