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

$

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

A

A - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the A key
add(Source) - Method in class org.zkoss.ztl.util.Case
 
add(Case) - Method in class org.zkoss.ztl.util.Test
 
addCustomRequestHeader(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
addLocationStrategy(String, String) - Method in class org.zkoss.ztl.ZKTestCase
untested yet protected List getLoggingBrowsers(String browsers, BufferedWriter loggingWriter){ return ConfigHelper.getInstance().getLoggingBrowsers(browsers, loggingWriter); }
addMethod(String, SeleneseCommand) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
addMutator(ScriptMutator) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
addScript(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
addSelection(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
addSelection(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
AggregateError - Class in org.zkoss.ztl.util
We use this class to keep multiple exceptions from executor framework.
AggregateError(Throwable, AggregateError) - Constructor for class org.zkoss.ztl.util.AggregateError
 
AggregateError(Throwable) - Constructor for class org.zkoss.ztl.util.AggregateError
 
allowNativeXpath(String) - Method in class org.zkoss.ztl.ZKTestCase
 
ALT - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the ALT key
altKeyDown() - Method in class org.zkoss.ztl.ZKTestCase
 
altKeyUp() - Method in class org.zkoss.ztl.ZKTestCase
 
answerOnNextPrompt(String) - Method in class org.zkoss.ztl.ZKTestCase
 
assertDriverSupportsJavascript(WebDriver) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
assertEquals(String, Object, Object) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Like JUnit's Assert.assertEquals, but knows how to compare string arrays
assertEquals(String, String) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Like JUnit's Assert.assertEquals, but handles "regexp:" strings like HTML Selenese
assertEquals(String, String, String) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Like JUnit's Assert.assertEquals, but handles "regexp:" strings like HTML Selenese
assertEquals(String, String[]) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Like JUnit's Assert.assertEquals, but joins the string array with commas, and handles "regexp:" strings like HTML Selenese
assertEquals(String[], String[]) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Asserts that two string arrays have identical string contents
assertEquals(Object, Object) - Static method in class org.zkoss.ztl.ZKSeleneseTestCase
Like JUnit's Assert.assertEquals, but knows how to compare string arrays
assertEquals(String, String) - Static method in class org.zkoss.ztl.ZKSeleneseTestCase
Like JUnit's Assert.assertEquals, but handles "regexp:" strings like HTML Selenese
assertEquals(String, String[]) - Static method in class org.zkoss.ztl.ZKSeleneseTestCase
Like JUnit's Assert.assertEquals, but joins the string array with commas, and handles "regexp:" strings like HTML Selenese
assertEquals(String[], String[]) - Static method in class org.zkoss.ztl.ZKSeleneseTestCase
Asserts that two string arrays have identical string contents
assertFalse(String, boolean) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
 
assertFalse(boolean) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
 
assertNotEquals(Object, Object) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Asserts that two objects are not the same (compares using .equals())
assertNotEquals(String, Object, Object) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Asserts that two objects are not the same (compares using .equals())
assertNotEquals(boolean, boolean) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Asserts that two booleans are not the same
assertNotEquals(boolean, boolean) - Static method in class org.zkoss.ztl.ZKSeleneseTestCase
Asserts that two booleans are not the same
assertNotEquals(Object, Object) - Static method in class org.zkoss.ztl.ZKSeleneseTestCase
Asserts that two objects are not the same (compares using .equals())
assertTrue(String, boolean) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
 
assertTrue(boolean) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
 
assignId(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
assignId(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
attachFile(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
attr(String) - Method in class org.zkoss.ztl.JQuery
Returns the attribute value from the given name.

B

BACKSPACE - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the BACKSPACE key
blur(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
browsers - Variable in class org.zkoss.ztl.ZKTestCase
 

C

C - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the C key
callEmbeddedSelenium(WebDriver, String, By, Object...) - Static method in class org.zkoss.ztl.util.Scripts
Calls the embeddedSelenium function.
captureEntirePageScreenshot(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
captureEntirePageScreenshotToString(String) - Method in class org.zkoss.ztl.ZKTestCase
 
captureNetworkTraffic(String) - Method in class org.zkoss.ztl.ZKTestCase
 
captureScreenshot(String) - Method in class org.zkoss.ztl.ZKTestCase
 
captureScreenshotToString() - Method in class org.zkoss.ztl.ZKTestCase
 
Case - Class in org.zkoss.ztl.util
The case entity for ZTL file.
Case(Map<String, String>) - Constructor for class org.zkoss.ztl.util.Case
 
caseID - Variable in class org.zkoss.ztl.ZKTestCase
 
characters(char[], int, int) - Method in class org.zkoss.ztl.parser.SAXHandler
 
check(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
check(String) - Method in class org.zkoss.ztl.ZKTestCase
 
checkForVerificationErrors() - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Asserts that there were no verification errors during the current test, failing immediately if any are found
checkForVerificationErrors() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Asserts that there were no verification errors during the current test, failing immediately if any are found
children() - Method in class org.zkoss.ztl.JQuery
Returns the child element in JQuery object.
children(String) - Method in class org.zkoss.ztl.JQuery
Returns the child element in JQuery object.
chooseCancelOnNextConfirmation() - Method in class org.zkoss.ztl.ZKTestCase
 
chooseOkOnNextConfirmation() - Method in class org.zkoss.ztl.ZKTestCase
 
clearCache(ZKSelenium) - Method in class org.zkoss.ztl.util.ConfigHelper
 
clearVerificationErrors() - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Clears out the list of verification errors
clearVerificationErrors() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Clears out the list of verification errors
click(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
click(String) - Method in class org.zkoss.ztl.ZKTestCase
 
clickAlert() - Method in class org.zkoss.ztl.ZKClientTestCase
 
clickAt(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
clickAt(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
Client - Class in org.zkoss.ztl.util
The client entity for ZTL file.
Client(Map<String, String>) - Constructor for class org.zkoss.ztl.util.Client
 
ClientWidget - Class in org.zkoss.ztl
The skeleton of ZK client side widget.
ClientWidget() - Constructor for class org.zkoss.ztl.ClientWidget
 
close() - Method in class org.zkoss.ztl.util.ZKSelenium
 
close() - Method in class org.zkoss.ztl.ZKTestCase
 
closeErrorBox() - Method in class org.zkoss.ztl.ZKClientTestCase
Close the errorbox for webdriver
ColorVerifingHelper - Class in org.zkoss.ztl.util
 
comment(char[], int, int) - Method in class org.zkoss.ztl.parser.SAXHandler
 
Comparator - Interface in org.zkoss.ztl.util.image
An image comparator to compare two images.
compare(BufferedImage, BufferedImage) - Method in interface org.zkoss.ztl.util.image.Comparator
Return whether the two images are the same.
compare(BufferedImage, BufferedImage) - Method in class org.zkoss.ztl.util.image.DefaultComparator
 
ConfigHelper - Class in org.zkoss.ztl.util
ZTL configuration helper.
ConnectionManager - Class in org.zkoss.ztl
 
containsTag(String[]) - Method in class org.zkoss.ztl.util.Test
 
contextMenu(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
contextMenu(String) - Method in class org.zkoss.ztl.ZKTestCase
 
contextMenuAt(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
contextMenuAt(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
controlKeyDown() - Method in class org.zkoss.ztl.ZKTestCase
 
controlKeyUp() - Method in class org.zkoss.ztl.ZKTestCase
 
createCookie(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
css(String) - Method in class org.zkoss.ztl.JQuery
Returns the CSS value from the given name.
CTRL - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the CTRL key

D

DEBUGGER_FIND_CHILD_ELEMENT_SCRIPTS - Static variable in class org.zkoss.ztl.util.Scripts
 
DEBUGGER_FIND_ELEMENT_SCRIPTS - Static variable in class org.zkoss.ztl.util.Scripts
 
DefaultComparator - Class in org.zkoss.ztl.util.image
A comparer class to compare two images.
DefaultComparator(int, int, int) - Constructor for class org.zkoss.ztl.util.image.DefaultComparator
 
DELETE - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the DELETE key
DELETE_NATIVE - Static variable in class org.zkoss.ztl.ZKTestCase
keypressNative native follow java.awt.Event's keycode .
deleteAllVisibleCookies() - Method in class org.zkoss.ztl.ZKTestCase
 
deleteCookie(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
deselectPopUp() - Method in class org.zkoss.ztl.ZKTestCase
 
detach() - Method in class org.zkoss.ztl.Widget
Detaches the widget
detectException(List<Future<?>>) - Method in class org.zkoss.ztl.ZKParallelClientTestCase
Collect all exceptions thrown from threads
doCommand(String, String[]) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
doScroll(ClientWidget, ClientWidget, String, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
doubleClick(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
doubleClick(String) - Method in class org.zkoss.ztl.ZKTestCase
 
doubleClickAt(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
doubleClickAt(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
doubleTap(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
Performs a double tap on the element found by locator, analogous to double click using a mouse
DOWN - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the DOWN key
dragAndDrop(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
dragAndDrop(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
dragAndDropToObject(ClientWidget, ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
dragAndDropToObject(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
dragdrop(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
dragdrop(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
dragdropTo(ClientWidget, String, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
dragdropTo(String, String, String) - Method in class org.zkoss.ztl.ZKTestCase
Drags and drops the specific element from its specific area to another area.
dragdropToObject(ClientWidget, ClientWidget, String, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
dragdropToObject(String, String, String, String) - Method in class org.zkoss.ztl.ZKTestCase
Drags and drops the specific element from its specific area to another element.

E

Element - Class in org.zkoss.ztl
A simulator of DOM element object.
Element(String) - Constructor for class org.zkoss.ztl.Element
 
Element(StringBuffer) - Constructor for class org.zkoss.ztl.Element
 
END - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the END key
endCDATA() - Method in class org.zkoss.ztl.parser.SAXHandler
 
endDocument() - Method in class org.zkoss.ztl.parser.SAXHandler
 
endDTD() - Method in class org.zkoss.ztl.parser.SAXHandler
 
endElement(String, String, String) - Method in class org.zkoss.ztl.parser.SAXHandler
 
endEntity(String) - Method in class org.zkoss.ztl.parser.SAXHandler
 
ensureLandscape() - Method in class org.zkoss.ztl.ZKClientTestCase
Ensures the device is in landscape orientation
ensurePortrait() - Method in class org.zkoss.ztl.ZKClientTestCase
Ensures the device is in portrait orientation
ENTER - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the ENTER key
eq(int) - Method in class org.zkoss.ztl.JQuery
proxy for jQuery eq method
ESC - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the ESC key
eval(String) - Method in class org.zkoss.ztl.ClientWidget
Returns the result of the evaluation, if any.
eval(String, boolean) - Method in class org.zkoss.ztl.ClientWidget
Returns the result of the evaluation, if any.
executeScript(String, Object...) - Method in class org.zkoss.ztl.ZKTestCase
Executes the javascript by the current web driver.
exists() - Method in class org.zkoss.ztl.Element
Returns whether the element exists or not.
exists() - Method in class org.zkoss.ztl.JQuery
Returns whether the widget exists or not.
exists() - Method in class org.zkoss.ztl.Widget
Returns whether the widget exists or not.
exists() - Method in class org.zkoss.ztl.ZK
Returns whether the widget exists or not.

F

fail(String) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
 
fakeClick(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
FileUtils - Class in org.zkoss.ztl.util
 
FileUtils() - Constructor for class org.zkoss.ztl.util.FileUtils
 
fillTemplate(String, VelocityContext, String) - Static method in class org.zkoss.ztl.util.ZulGenerator
fill the context to template , and output to outputFile.
find(String) - Method in class org.zkoss.ztl.JQuery
Finds the element from the given selector.
FIND_CHILD_ELEMENT_SCRIPTS - Static variable in class org.zkoss.ztl.util.Scripts
 
FIND_ELEMENT_SCRIPTS - Static variable in class org.zkoss.ztl.util.Scripts
 
findChildElementX(WebDriver, String, String) - Static method in class org.openqa.selenium.internal.seleniumemulation.ZKElementFinder
 
findElement(WebDriver, String) - Method in class org.openqa.selenium.internal.seleniumemulation.ZKElementFinder
 
findElement(By) - Method in class org.zkoss.ztl.ZKTestCase
Find the first WebElement using the given method.
findElements(SearchContext) - Method in class org.zkoss.ztl.ClientWidget
 
findElementX(WebDriver, String) - Static method in class org.openqa.selenium.internal.seleniumemulation.ZKElementFinder
 
fireEvent(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
fireEvent(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
first() - Method in class org.zkoss.ztl.JQuery
Returns the first element in JQuery object.
firstChild() - Method in class org.zkoss.ztl.Element
Returns the firstChild of the element.
firstChild() - Method in class org.zkoss.ztl.Widget
Returns the first child of the widget.
focus() - Method in class org.zkoss.ztl.ZK
focus the current element
focus(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
focus(String) - Method in class org.zkoss.ztl.ZKTestCase
 
frozenScroll(ClientWidget, int) - Method in class org.zkoss.ztl.ZKClientTestCase
 

G

generator(String, String, HashMap) - Method in class org.zkoss.ztl.util.ZulGenerator
we will use this to generator a ztl from a zul .
get(String) - Method in class org.zkoss.ztl.Element
Returns the result of the evaluated name.
get(int) - Method in class org.zkoss.ztl.JQuery
proxy for jQuery get method
get(int) - Method in class org.zkoss.ztl.util.Case
 
get(int) - Method in class org.zkoss.ztl.util.Test
 
get(String) - Method in class org.zkoss.ztl.Widget
Returns the value of the evaluated name.
getAction() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getAction() - Method in class org.zkoss.ztl.util.Test
 
getActions() - Method in class org.zkoss.ztl.ZKTestCase
Returns the browser actions for Selenium 2.x
getAlert() - Method in class org.zkoss.ztl.ZKTestCase
 
getAlertMessage() - Method in class org.zkoss.ztl.ZKClientTestCase
a shortcut for getting alert message.
getAllButtons() - Method in class org.zkoss.ztl.ZKTestCase
 
getAllFields() - Method in class org.zkoss.ztl.ZKTestCase
 
getAllLinks() - Method in class org.zkoss.ztl.ZKTestCase
 
getAllWindowIds() - Method in class org.zkoss.ztl.ZKTestCase
 
getAllWindowNames() - Method in class org.zkoss.ztl.ZKTestCase
 
getAllWindowTitles() - Method in class org.zkoss.ztl.ZKTestCase
 
getAttribute(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getAttribute(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getAttributeFromAllWindows(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getAvailableRemote(String, Map<String, List<String>>) - Method in class org.zkoss.ztl.ConnectionManager
 
getBodyText() - Method in class org.zkoss.ztl.ZKTestCase
 
getBoolean(String, String[]) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
getBooleanArray(String, String[]) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
getBrowser() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getBrowser() - Method in class org.zkoss.ztl.util.Test
 
getBrowserName() - Method in class org.zkoss.ztl.util.ZKSelenium
 
getBrowsers(String) - Method in class org.zkoss.ztl.util.ConfigHelper
Deprecated. as of release ZTL 2.0.0 version
getBrowsers(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getBrowsersForLazy(String, String) - Method in class org.zkoss.ztl.util.ConfigHelper
 
getCase() - Method in class org.zkoss.ztl.util.Client
 
getCase() - Method in class org.zkoss.ztl.util.Server
 
getCase() - Method in interface org.zkoss.ztl.util.Source
 
getChild(String) - Method in class org.zkoss.ztl.Widget
Returns the child of the widget from the given name.
getChildren() - Method in class org.zkoss.ztl.util.Case
 
getChildren() - Method in class org.zkoss.ztl.util.Test
 
getClient() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getCmdProcessor() - Method in class org.zkoss.ztl.util.ZKSelenium
 
getConfirmation() - Method in class org.zkoss.ztl.ZKTestCase
 
getConnectionReducePeriod() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getConnectionWaitPeriod() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getContent() - Method in class org.zkoss.ztl.util.Client
 
getContent() - Method in class org.zkoss.ztl.util.Server
 
getContent() - Method in interface org.zkoss.ztl.util.Source
 
getContentArray() - Method in class org.zkoss.ztl.util.Client
 
getContentArray() - Method in class org.zkoss.ztl.util.Server
 
getContentArray() - Method in interface org.zkoss.ztl.util.Source
 
getContextPath() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getContextPath() - Method in class org.zkoss.ztl.util.Test
 
getCookie() - Method in class org.zkoss.ztl.ZKTestCase
 
getCookieByName(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getCssCount(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getCurrent() - Static method in class org.zkoss.ztl.ZKTestCase
Returns the current browser.
getCursorPosition(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getCursorPosition(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getDelay() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getDelay() - Method in class org.zkoss.ztl.util.Test
 
getElementHeight(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getElementHeight(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getElementIndex(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getElementIndex(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getElementPositionLeft(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getElementPositionLeft(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getElementPositionTop(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getElementPositionTop(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getElementWidth(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getElementWidth(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getEval(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getExpression(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getFileName() - Method in class org.zkoss.ztl.util.Test
 
getGranularity() - Method in class org.zkoss.ztl.util.ConfigHelper
Returns the granularity for each comparing section.
getHtmlSource() - Method in class org.zkoss.ztl.ZKTestCase
 
getId() - Method in class org.zkoss.ztl.util.Case
 
getId() - Method in class org.zkoss.ztl.util.Server
 
getIdArray() - Method in class org.zkoss.ztl.util.Server
 
getImageDest() - Method in class org.zkoss.ztl.util.ConfigHelper
Returns the path of the image destination directory.
getImageSrc() - Method in class org.zkoss.ztl.util.ConfigHelper
Returns the path of the image source directory.
getImport() - Method in class org.zkoss.ztl.util.Test
 
getInstance() - Static method in class org.zkoss.ztl.ConnectionManager
 
getInstance() - Static method in class org.zkoss.ztl.util.ColorVerifingHelper
 
getInstance() - Static method in class org.zkoss.ztl.util.ConfigHelper
 
getKeyboard() - Method in class org.zkoss.ztl.ZKTestCase
Returns the browser keyboard for Selenium 2.x
getLang() - Method in class org.zkoss.ztl.util.Server
 
getLeniency() - Method in class org.zkoss.ztl.util.ConfigHelper
Returns the leniency for each comparing section.
getLocalizedMessage() - Method in class org.zkoss.ztl.util.AggregateError
 
getLocation() - Method in class org.zkoss.ztl.ZKTestCase
 
getLog() - Method in class org.zkoss.ztl.ZKTestCase
 
getMaxTimeoutCount() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getMessage() - Method in class org.zkoss.ztl.util.AggregateError
 
getMethod(String) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
getMouse() - Method in class org.zkoss.ztl.ZKTestCase
Returns the browser mouse for Selenium 2.x
getMouseSpeed() - Method in class org.zkoss.ztl.ZKTestCase
 
getMutexDir() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getNumber(String, String[]) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
getNumberArray(String, String[]) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
getOpenedRemote(String) - Method in class org.zkoss.ztl.ConnectionManager
 
getOrientation() - Method in class org.zkoss.ztl.ZKClientTestCase
Returns the current device orientation
getPackage() - Method in class org.zkoss.ztl.util.Test
 
getPrompt() - Method in class org.zkoss.ztl.ZKTestCase
 
getRef() - Method in class org.zkoss.ztl.util.Server
 
getRemoteControlServerLocation() - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
getRestartSleep() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getRoot() - Method in class org.zkoss.ztl.parser.SAXHandler
 
getScreenshotAs(OutputType<X>) - Method in class org.zkoss.ztl.webdriver.ZKRemoteWebDriver
 
getScrollLeft(Widget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getScrollTop(Widget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectedId(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectedId(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getSelectedIds(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectedIds(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getSelectedIndex(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectedIndex(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getSelectedIndexes(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectedIndexes(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getSelectedLabel(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectedLabel(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getSelectedLabels(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectedLabels(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getSelectedValue(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectedValue(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getSelectedValues(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectedValues(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getSelectOptions(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getSelectOptions(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getServer() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getServer() - Method in class org.zkoss.ztl.util.Test
 
getSpeed() - Method in class org.zkoss.ztl.util.ZKSelenium
 
getSpeed() - Method in class org.zkoss.ztl.ZKTestCase
 
getStackTrace() - Method in class org.zkoss.ztl.util.AggregateError
 
getString(String, String[]) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
getStringArray(String, String[]) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
getTable(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getTable(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getTags() - Method in class org.zkoss.ztl.util.Test
 
getTest() - Method in class org.zkoss.ztl.util.Case
 
getTest() - Method in class org.zkoss.ztl.util.Client
 
getTest() - Method in class org.zkoss.ztl.util.Server
 
getTest() - Method in interface org.zkoss.ztl.util.Source
 
getText(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getText() - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Returns the body text of the current page
getText() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Returns the body text of the current page
getText(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getTheme() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getTimeout() - Method in class org.zkoss.ztl.util.ConfigHelper
 
getTimeout() - Method in class org.zkoss.ztl.util.Test
 
getTimeUUID() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
 
getTitle() - Method in class org.zkoss.ztl.ZKTestCase
 
getTouch() - Method in class org.zkoss.ztl.ZKTestCase
Returns the touch screen for Selenium 2.x
getType() - Method in class org.zkoss.ztl.util.Client
 
getType() - Method in class org.zkoss.ztl.util.Server
 
getType() - Method in interface org.zkoss.ztl.util.Source
 
getValue(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
getValue(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getWait() - Method in class org.zkoss.ztl.util.Client
 
getWebDriver() - Method in class org.zkoss.ztl.ZKTestCase
Returns the web driver.
getWhetherThisFrameMatchFrameExpression(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
getWhetherThisWindowMatchWindowExpression(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
getWrappedDriver() - Method in class org.zkoss.ztl.util.ZKSelenium
 
getWrappedDriver() - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
getXpathCount(String) - Method in class org.zkoss.ztl.ZKTestCase
 
getZKLog() - Method in class org.zkoss.ztl.ZKClientTestCase
a shortcut to get the value in zk.log textarea
goBack() - Method in class org.zkoss.ztl.ZKTestCase
 

H

handleSeleneseCommand(WebDriver, String, String) - Method in class org.openqa.selenium.internal.seleniumemulation.ZKGetText
 
handleTimeout(Set<String>, long) - Method in class org.zkoss.ztl.ZKParallelClientTestCase
Detect if there is a
hasClass(String) - Method in class org.zkoss.ztl.JQuery
Returns whether includes the className.
hasError() - Method in class org.zkoss.ztl.ZKClientTestCase
Returns boolean to indicate if there is any js error or erro window
hasHScrollbar(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
detect if it has a horizontal scroll bar
hasNativeScroll(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
hasVScrollbar(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
detect if it has a vertical scroll bar
height() - Method in class org.zkoss.ztl.JQuery
Returns the current computed height for the first element.
highlight(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
highlight(String) - Method in class org.zkoss.ztl.ZKTestCase
 
HOME - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the HOME key
horScroll(ClientWidget, double) - Method in class org.zkoss.ztl.ZKClientTestCase
 
horScrollNoBody(ClientWidget, double) - Method in class org.zkoss.ztl.ZKClientTestCase
In a case that widget only has 'cave' but 'body', we will calculate sum of all children's width of cave, and move widget's scrollbar
html() - Method in class org.zkoss.ztl.JQuery
Returns the html content(innerHTML)

I

id() - Method in class org.zkoss.ztl.Widget
Returns the id of the widget.
ignoreAttributesWithoutValue(String) - Method in class org.zkoss.ztl.ZKTestCase
 
innerHeight() - Method in class org.zkoss.ztl.JQuery
Returns the current computed height for the first element, including padding but not border.
innerWidth() - Method in class org.zkoss.ztl.JQuery
Returns the current computed width for the first element, including padding but not border.
INSERT - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the INSERT key
is(String) - Method in class org.zkoss.ztl.Element
Returns the boolean value of the evaluated name.
is(String) - Method in class org.zkoss.ztl.JQuery
check the jquery element match the selector.
is(String) - Method in class org.zkoss.ztl.Widget
Returns the boolean value of the evaluated name.
is(String) - Static method in class org.zkoss.ztl.ZK
Returns the boolean value from the evaluated name.
isAlertPresent() - Method in class org.zkoss.ztl.ZKTestCase
 
isAllIgnoreCase(String) - Method in class org.zkoss.ztl.util.ConfigHelper
 
isAndroid() - Method in class org.zkoss.ztl.ZKTestCase
Returns whether is Android Driver
isBlank(String) - Static method in class org.zkoss.ztl.ClientWidget
Returns true if the string is null or empty or pure blank.
isCaptureScreenShotOnFailure() - Method in class org.zkoss.ztl.ZKSeleneseTestBase
 
isCaptureScreenShotOnFailure() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
 
isCaptureScreetShotOnFailure() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Deprecated. Use ZKSeleneseTestCase.isCaptureScreenShotOnFailure() instead
isChecked(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
isChecked(String) - Method in class org.zkoss.ztl.ZKTestCase
 
isChrome() - Method in class org.zkoss.ztl.ZKTestCase
Returns whether is Chrome Driver
isComparable() - Method in class org.zkoss.ztl.util.ConfigHelper
Returns whether in a comparable mode.
isConfirmationPresent() - Method in class org.zkoss.ztl.ZKTestCase
 
isCookiePresent(String) - Method in class org.zkoss.ztl.ZKTestCase
 
isDebuggable() - Method in class org.zkoss.ztl.util.ConfigHelper
 
isEditable(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
isEditable(String) - Method in class org.zkoss.ztl.ZKTestCase
 
isElementPresent(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
isElementPresent(String) - Method in class org.zkoss.ztl.ZKTestCase
 
isEmpty(String) - Static method in class org.zkoss.ztl.ClientWidget
Returns true if the string is null or empty.
isEqualColor(String, String) - Static method in class org.zkoss.ztl.util.ColorVerifingHelper
 
isFirefox() - Method in class org.zkoss.ztl.ZKTestCase
Returns whether is Firefox Driver
isHtmlUnit() - Method in class org.zkoss.ztl.ZKTestCase
Returns whether is HTML Unit Driver
isIE() - Method in class org.zkoss.ztl.ZKTestCase
Returns whether is InternatExplorer Driver
isIgnoreCase(String, String) - Method in class org.zkoss.ztl.util.ConfigHelper
 
isIPhone() - Method in class org.zkoss.ztl.ZKTestCase
Returns whether is IPhone Driver
isMethodAvailable(String) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
isOpera() - Method in class org.zkoss.ztl.ZKTestCase
Returns whether is Opera Driver
isOrdered(ClientWidget, ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
isOrdered(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
isPromptPresent() - Method in class org.zkoss.ztl.ZKTestCase
 
isSafari() - Method in class org.zkoss.ztl.ZKTestCase
Returns whether is Chrome Driver
isSomethingSelected(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
isSomethingSelected(String) - Method in class org.zkoss.ztl.ZKTestCase
 
isTextPresent(String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
isTextPresent(String) - Method in class org.zkoss.ztl.ZKTestCase
 
isVisible() - Method in class org.zkoss.ztl.JQuery
a short cut for visible
isVisible(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
isVisible(String) - Method in class org.zkoss.ztl.ZKTestCase
 
isZKScript(String) - Static method in class org.zkoss.ztl.util.Scripts
Returns whether the locator can be recognized via ZK engine.
iterator() - Method in class org.zkoss.ztl.JQuery
 

J

join(String[], char) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
 
join(String[], char) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
 
jq() - Method in class org.zkoss.ztl.ZK
Switches to the JQuery object.
jq(String) - Method in class org.zkoss.ztl.ZKClientTestCase
Returns the Jquery object of the selector Default: without "#" sign
jq(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
Returns the Jquery object of the ZKClientObject.
JQuery - Class in org.zkoss.ztl
A simulator of JQuery client side object, which wraps the JQuery client side API.
JQuery(String) - Constructor for class org.zkoss.ztl.JQuery
 
JQuery(ClientWidget) - Constructor for class org.zkoss.ztl.JQuery
 
JQuery(StringBuffer, String) - Constructor for class org.zkoss.ztl.JQuery
 
JQuery(StringBuffer) - Constructor for class org.zkoss.ztl.JQuery
 
JS - Static variable in class org.zkoss.ztl.util.Scripts
 

K

keyDown(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
keyDown(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
keyDownNative(String) - Method in class org.zkoss.ztl.ZKTestCase
 
keyPress(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
2010/10/29 TonyQ:note: when typing number in chrome , it failed
keyPress(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
keyPressEnter(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
2010/10/27 TonyQ: because there exist a lot of problem to press enter for ENTER key , so we build the method for it.
keyPressNative(String) - Method in class org.zkoss.ztl.ZKTestCase
 
keyUp(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
keyUp(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
keyUpNative(String) - Method in class org.zkoss.ztl.ZKTestCase
 

L

last() - Method in class org.zkoss.ztl.JQuery
Returns the last element in JQuery object.
lastChild() - Method in class org.zkoss.ztl.Widget
Returns the last child of the widget.
lastModified() - Method in class org.zkoss.ztl.util.ConfigHelper
 
lastModified() - Method in class org.zkoss.ztl.util.Test
 
LEFT - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the LEFT key
length() - Method in class org.zkoss.ztl.JQuery
Returns the length of the array from the jQuery object.
longPress(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
Performs a long press gesture on the element found by locator

M

main(String[]) - Static method in class org.zkoss.ztl.util.ColorVerifingHelper
 
main(String[]) - Static method in class org.zkoss.ztl.util.ZtlGenerator
 
main(String[]) - Static method in class org.zkoss.ztl.util.ZulGenerator
 
metaKeyDown() - Method in class org.zkoss.ztl.ZKTestCase
 
metaKeyUp() - Method in class org.zkoss.ztl.ZKTestCase
 
mouseDown(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseDown(String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseDownAt(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseDownAt(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseDownRight(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseDownRight(String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseDownRightAt(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseDownRightAt(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseMove(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseMove(String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseMoveAt(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseMoveAt(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseOut(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseOut(String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseOver(By) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseOver(String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseUp(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseUp(String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseUpAt(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseUpAt(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseUpRight(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseUpRight(String) - Method in class org.zkoss.ztl.ZKTestCase
 
mouseUpRightAt(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
mouseUpRightAt(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 

N

nativeFrozenScroll(ClientWidget, double) - Method in class org.zkoss.ztl.ZKClientTestCase
 
nChildren() - Method in class org.zkoss.ztl.Widget
Returns the size of the children.
next() - Method in class org.zkoss.ztl.JQuery
Returns the next element in JQuery object.
nextSibling() - Method in class org.zkoss.ztl.Element
Returns the nextSibling of the element.
nextSibling() - Method in class org.zkoss.ztl.Widget
Returns the next sibling of the widget.
NUM_0 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_0
NUM_1 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_1
NUM_2 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_2
NUM_3 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_3
NUM_4 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_4
NUM_5 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_5
NUM_6 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_6
NUM_7 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_7
NUM_8 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_8
NUM_9 - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the Num_9

O

offsetLeft() - Method in class org.zkoss.ztl.JQuery
Returns the current computed offsetLeft for the first element
offsetTop() - Method in class org.zkoss.ztl.JQuery
Returns the current computed offsetTop for the first element
open(String) - Method in class org.zkoss.ztl.util.ZKSelenium
 
open(String) - Method in class org.zkoss.ztl.ZKTestCase
 
open(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
openWindow(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
org.openqa.selenium.internal.seleniumemulation - package org.openqa.selenium.internal.seleniumemulation
 
org.zkoss.ztl - package org.zkoss.ztl
ZTL Selenium Core library.
org.zkoss.ztl.parser - package org.zkoss.ztl.parser
ZTL Parser library.
org.zkoss.ztl.util - package org.zkoss.ztl.util
ZTL Generator Util library.
org.zkoss.ztl.util.image - package org.zkoss.ztl.util.image
 
org.zkoss.ztl.webdriver - package org.zkoss.ztl.webdriver
ZTL for Webdriver.
outerHeight() - Method in class org.zkoss.ztl.JQuery
Returns the current computed height for the first element, including padding and border.
outerHeight(boolean) - Method in class org.zkoss.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.ztl.JQuery
Returns the current computed width for the first element, including padding and border.
outerWidth(boolean) - Method in class org.zkoss.ztl.JQuery
Returns the current computed width for the first element, including padding and border, it will including margin, if true

P

PAGE_DOWN - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the PAGE_DOWN key
PAGE_UP - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the PAGE_UP key
parent() - Method in class org.zkoss.ztl.JQuery
Returns the parent element in JQuery object.
parent(String) - Method in class org.zkoss.ztl.JQuery
Returns the parent element in JQuery object.
parentNode() - Method in class org.zkoss.ztl.Element
Returns the parentNode of the element.
parents(String) - Method in class org.zkoss.ztl.JQuery
Returns the parents element in JQuery object.
parseInt(String) - Static method in class org.zkoss.ztl.ZKClientTestCase
Returns the int value from the given string number.
parser(File) - Static method in class org.zkoss.ztl.parser.SAXParser
 
pause(int) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Sleeps for the specified number of milliseconds
pause(int) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Sleeps for the specified number of milliseconds
positionLeft() - Method in class org.zkoss.ztl.JQuery
Returns the current computed positionLeft (the offsetLeft relative to the parent) for the first element
positionTop() - Method in class org.zkoss.ztl.JQuery
Returns the current computed positionTop (the offsetTop relative to the parent) for the first element
prev() - Method in class org.zkoss.ztl.JQuery
Returns the previous element in JQuery object.
previousSibling() - Method in class org.zkoss.ztl.Widget
Returns the previous sibling of the widget.
printStackTrace() - Method in class org.zkoss.ztl.util.AggregateError
 
printStackTrace(PrintStream) - Method in class org.zkoss.ztl.util.AggregateError
 
printStackTrace(PrintWriter) - Method in class org.zkoss.ztl.util.AggregateError
 
printUUID(long) - Method in class org.zkoss.ztl.ConnectionManager
 

R

readFile(String) - Static method in class org.zkoss.ztl.util.FileUtils
 
readFile(File) - Static method in class org.zkoss.ztl.util.FileUtils
 
recordCount - Variable in class org.zkoss.ztl.ZKTestCase
 
refresh() - Method in class org.zkoss.ztl.ZKTestCase
 
releaseRemote(String) - Method in class org.zkoss.ztl.ConnectionManager
 
removeAllSelections(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
removeAllSelections(String) - Method in class org.zkoss.ztl.ZKTestCase
 
removeChildren(Widget) - Method in class org.zkoss.ztl.ZKClientTestCase
Remove all of the children of the given widget.
removeScript(String) - Method in class org.zkoss.ztl.ZKTestCase
 
removeSelection(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
removeSelection(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
RESULT_FILE_ENCODING - Static variable in class org.zkoss.ztl.util.ConfigHelper
TODO Logging untested yet
RESULTS_BASE_PATH - Static variable in class org.zkoss.ztl.util.ConfigHelper
 
retrieveLastRemoteControlLogs() - Method in class org.zkoss.ztl.ZKTestCase
 
revisedHeight(int) - Method in class org.zkoss.ztl.ZK
Returns the revised height.
revisedOffset() - Method in class org.zkoss.ztl.ZK
Returns the revised offset array.
revisedWidth(int) - Method in class org.zkoss.ztl.ZK
Returns the revised width.
RIGHT - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the RIGHT key
rollup(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
rollup(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
rotate() - Method in class org.zkoss.ztl.ZKClientTestCase
Rotate the device
runBare() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Runs the bare test sequence, capturing a screenshot if a test fails
runScript(String) - Method in class org.zkoss.ztl.ZKTestCase
 
runtimeBrowserString() - Method in class org.zkoss.ztl.ZKSeleneseTestBase
 
runtimeBrowserString() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
 
runZscript(String) - Method in class org.zkoss.ztl.ZKClientTestCase
 

S

SAXHandler - Class in org.zkoss.ztl.parser
An implementation of SAX handler for ZTL file to generate the Java class at runtime.
SAXHandler() - Constructor for class org.zkoss.ztl.parser.SAXHandler
 
SAXParser - Class in org.zkoss.ztl.parser
A simple SAX parser for ZTL file.
SAXParser() - Constructor for class org.zkoss.ztl.parser.SAXParser
 
SCREENSHOT_PATH - Static variable in class org.zkoss.ztl.util.ConfigHelper
 
screenshotsResultsPath - Variable in class org.zkoss.ztl.util.ConfigHelper
 
Scripts - Class in org.zkoss.ztl.util
A util class to collect the source of Javascript for Selenium 2.
Scripts() - Constructor for class org.zkoss.ztl.util.Scripts
 
scrollbarWidth() - Static method in class org.zkoss.ztl.JQuery
Returns the scrollbar width.
scrollHeight() - Method in class org.zkoss.ztl.JQuery
Note:This not a jQuery base method.
scrollLeft() - Method in class org.zkoss.ztl.JQuery
getter for scrollLeft if multiple result , will receive first value.
scrollLeft(int) - Method in class org.zkoss.ztl.JQuery
setter for scrollLeft
scrollTop() - Method in class org.zkoss.ztl.JQuery
getter for scrollTop if multiple result , will receive first value.
scrollTop(int) - Method in class org.zkoss.ztl.JQuery
setter for scrollTop
scrollWidth() - Method in class org.zkoss.ztl.JQuery
Note:This not a jQuery base method.
select(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
select(ClientWidget, int) - Method in class org.zkoss.ztl.ZKClientTestCase
 
select(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
selectFrame(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
selectFrame(String) - Method in class org.zkoss.ztl.ZKTestCase
 
selectPopUp(String) - Method in class org.zkoss.ztl.ZKTestCase
 
selectWindow(String) - Method in class org.zkoss.ztl.ZKTestCase
 
selenium - Variable in class org.zkoss.ztl.ZKSeleneseTestBase
Use this object to run all of your selenium tests
selenium - Variable in class org.zkoss.ztl.ZKSeleneseTestCase
Use this object to run all of your selenium tests
seleniumEquals(String, String) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Compares two strings, but handles "regexp:" strings like HTML Selenese
seleniumEquals(Object, Object) - Static method in class org.zkoss.ztl.ZKSeleneseTestBase
Compares two objects, but handles "regexp:" strings like HTML Selenese
seleniumEquals(Object, Object) - Static method in class org.zkoss.ztl.ZKSeleneseTestCase
Compares two objects, but handles "regexp:" strings like HTML Selenese
seleniumEquals(String, String) - Static method in class org.zkoss.ztl.ZKSeleneseTestCase
Compares two strings, but handles "regexp:" strings like HTML Selenese
sendKeys(By, CharSequence...) - Method in class org.zkoss.ztl.ZKClientTestCase
Use this method to simulate typing into an element, which may set its value.
Server - Class in org.zkoss.ztl.util
The server entity for ZTL file.
Server(Map<String, String>) - Constructor for class org.zkoss.ztl.util.Server
 
set(String, String) - Method in class org.zkoss.ztl.Element
Sets the string value to the evaluated name.
set(String, boolean) - Method in class org.zkoss.ztl.Element
Sets the boolean value to the evaluated name.
set(String, int) - Method in class org.zkoss.ztl.Element
Sets the number value to the evaluated name.
set(String, boolean) - Method in class org.zkoss.ztl.Widget
Sets the boolean value to the evaluated name.
set(String, int) - Method in class org.zkoss.ztl.Widget
Sets the number value to the evaluated name.
set(String, String) - Method in class org.zkoss.ztl.Widget
Sets the string value to the evaluated name.
setBrowserLogLevel(String) - Method in class org.zkoss.ztl.ZKTestCase
 
setCaptureScreenShotOnFailure(boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
 
setCaptureScreenShotOnFailure(boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
 
setCaptureScreetShotOnFailure(boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Deprecated. Use ZKSeleneseTestCase.setCaptureScreenShotOnFailure(boolean) instead
setConnectionReducePeriod(int) - Method in class org.zkoss.ztl.util.ConfigHelper
 
setConnectionWaitPeriod(int) - Method in class org.zkoss.ztl.util.ConfigHelper
 
setContent(String) - Method in class org.zkoss.ztl.util.Client
 
setContent(String) - Method in class org.zkoss.ztl.util.Server
 
setContent(String) - Method in interface org.zkoss.ztl.util.Source
 
setContext(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
setContext(String) - Method in class org.zkoss.ztl.ZKTestCase
 
setCursorPosition(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
 
setCursorPosition(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
setExtensionJs(String) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
setExtensionJs(String) - Method in class org.zkoss.ztl.ZKTestCase
 
setMaxTimeoutCount(int) - Method in class org.zkoss.ztl.util.ConfigHelper
 
setMouseSpeed(String) - Method in class org.zkoss.ztl.ZKTestCase
 
setMutexDir(String) - Method in class org.zkoss.ztl.util.ConfigHelper
 
setRestartSleep(int) - Method in class org.zkoss.ztl.util.ConfigHelper
 
setSpeed(String) - Method in class org.zkoss.ztl.util.ZKSelenium
 
setSpeed(String) - Method in class org.zkoss.ztl.ZKTestCase
 
setTestContext() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
 
setTimeout(String) - Method in class org.zkoss.ztl.ZKTestCase
 
setUp() - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Calls this.setUp(null)
setUp(String) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Calls this.setUp with the specified url and a default browser.
setUp(String, String) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Creates a new DefaultSelenium object and starts it using the specified baseUrl and browser string.
setUp(String, String, int) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
 
setUp() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Calls this.setUp(null)
setUp(String) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Calls this.setUp with the specified url and a default browser.
setUp(String, String) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Creates a new DefaultSelenium object and starts it using the specified baseUrl and browser string
setUp() - Method in class org.zkoss.ztl.ZKTestCase
 
SHIFT - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the SHIFT key
shiftKeyDown() - Method in class org.zkoss.ztl.ZKTestCase
 
shiftKeyUp() - Method in class org.zkoss.ztl.ZKTestCase
 
showContextualBanner() - Method in class org.zkoss.ztl.ZKTestCase
 
showContextualBanner(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
shutdown() - Method in class org.zkoss.ztl.util.ConfigHelper
 
shutdown() - Method in class org.zkoss.ztl.util.ZKSelenium
 
shutDownSeleniumServer() - Method in class org.zkoss.ztl.ZKTestCase
 
singleTap(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
Performs a single tap on the element found by locator, analogous to click using a mouse
singleTapAt(ClientWidget, int, int) - Method in class org.zkoss.ztl.ZKClientTestCase
Performs a single tap on the element found by locator tanalogous to click using a mouse The tap position is at an offset position.
sleep(long) - Method in class org.zkoss.ztl.ZKTestCase
Causes the currently executing thread to sleep for the specified number of milliseconds, subject to the precision and accuracy of system timers and schedulers.
Source - Interface in org.zkoss.ztl.util
The interface of the entity that is enclosed by the case entity.
start() - Method in class org.zkoss.ztl.util.ZKSelenium
 
start() - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
start(String) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
start(Object) - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
start(Selenium) - Method in class org.zkoss.ztl.ZKTestCase
Launches the browser with a new Selenium session
start() - Method in class org.zkoss.ztl.ZKTestCase
 
start(String) - Method in class org.zkoss.ztl.ZKTestCase
 
start(Object) - Method in class org.zkoss.ztl.ZKTestCase
 
startCDATA() - Method in class org.zkoss.ztl.parser.SAXHandler
 
startDocument() - Method in class org.zkoss.ztl.parser.SAXHandler
 
startDTD(String, String, String) - Method in class org.zkoss.ztl.parser.SAXHandler
 
startElement(String, String, String, Attributes) - Method in class org.zkoss.ztl.parser.SAXHandler
 
startEntity(String) - Method in class org.zkoss.ztl.parser.SAXHandler
 
stop() - Method in class org.zkoss.ztl.util.ZKSelenium
 
stop() - Method in class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
stop() - Method in class org.zkoss.ztl.ZKTestCase
 
submit(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
submit(String) - Method in class org.zkoss.ztl.ZKTestCase
 
swipeDown(ClientWidget, int) - Method in class org.zkoss.ztl.ZKClientTestCase
Swipe down at the top edge of the element found by locator
swipeLeft(ClientWidget, int) - Method in class org.zkoss.ztl.ZKClientTestCase
Swipe left at the right edge of the element found by locator
swipeRight(ClientWidget, int) - Method in class org.zkoss.ztl.ZKClientTestCase
Swipe right at the left edge of the element found by locator
swipeUp(ClientWidget, int) - Method in class org.zkoss.ztl.ZKClientTestCase
Swipe up at the bottom edge of the element found by locator
switchTab() - Method in class org.zkoss.ztl.ZKClientTestCase
Switch to the next tab by sending "CTRL + TAB" to the browser, if current tab is the last tab, will switch to the first tab.

T

TAB - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the TAB key
Tags - Annotation Type in org.zkoss.ztl
 
target - Variable in class org.zkoss.ztl.ZKTestCase
 
tearDown() - Method in class org.zkoss.ztl.ZKSeleneseTestBase
checks for verification errors and stops the browser
tearDown() - Method in class org.zkoss.ztl.ZKSeleneseTestCase
checks for verification errors and stops the browser
Test - Class in org.zkoss.ztl.util
The test entity for ZTL file.
Test(Map<String, String>) - Constructor for class org.zkoss.ztl.util.Test
 
text() - Method in class org.zkoss.ztl.JQuery
Returns the text content
timeUUID - Static variable in class org.zkoss.ztl.ZKSeleneseTestCase
 
toBy() - Method in class org.zkoss.ztl.ClientWidget
Returns the element as By element, if possible.
toBy() - Method in class org.zkoss.ztl.Element
 
toBy() - Method in class org.zkoss.ztl.JQuery
 
toBy() - Method in class org.zkoss.ztl.Widget
 
toBy() - Method in class org.zkoss.ztl.ZK
 
toElement() - Method in class org.zkoss.ztl.ClientWidget
Returns the element from this client widget.
toElement() - Method in class org.zkoss.ztl.Element
 
toElement() - Method in class org.zkoss.ztl.JQuery
 
toElement() - Method in class org.zkoss.ztl.Widget
 
toElement() - Method in class org.zkoss.ztl.ZK
 
toLocator() - Method in class org.zkoss.ztl.ClientWidget
Returns the evaluation string that is JavaScript format.
toString() - Method in class org.zkoss.ztl.ClientWidget
Returns the evaluation string that is JavaScript format.
toString() - Method in class org.zkoss.ztl.util.AggregateError
 
toUpperCase(String, String) - Method in class org.zkoss.ztl.ClientWidget
Returns the string that the first word of the name is upper case.
toWidget() - Method in class org.zkoss.ztl.JQuery
translate to widget.
transform(String) - Static method in class org.zkoss.ztl.util.ColorVerifingHelper
 
triggerMouseEventAt(WebDriver, By, String, String) - Static method in class org.zkoss.ztl.util.Scripts
Calls the embeddedSelenium triggerMouseEventAt() function
type(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
Types the value to the locator.
type(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
typeKeys(ClientWidget, String) - Method in class org.zkoss.ztl.ZKClientTestCase
Types the value to the locator.
typeKeys(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 

U

uncheck(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
 
uncheck(String) - Method in class org.zkoss.ztl.ZKTestCase
 
UP - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the UP key
useXpathLibrary(String) - Method in class org.zkoss.ztl.ZKTestCase
 
uuid() - Method in class org.zkoss.ztl.Widget
Returns the uuid of the widget.
uuid(int) - Static method in class org.zkoss.ztl.ZKTestCase
 

V

V - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the V key
val() - Method in class org.zkoss.ztl.JQuery
Returns the current value of the first element in the set of matched elements.
verifyContains(String, String, String, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyContains(String, String, String) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
 
verifyContains(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
verifyEquals(Object, Object, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(String, Object, Object, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(boolean, boolean, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(String, boolean, boolean, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(String[], String[], Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Asserts that two string arrays have identical string contents (fails at the end of the test, during tearDown)
verifyEquals(boolean, boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(String, boolean, boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(Object, Object) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(String, Object, Object) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(String[], String[]) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(String, String[], String[]) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertEquals, but fails at the end of the test (during tearDown)
verifyEquals(Object, Object) - Method in class org.zkoss.ztl.ZKTestCase
 
verifyFalse(String, boolean, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertFalse, but fails at the end of the test (during tearDown)
verifyFalse(boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertFalse, but fails at the end of the test (during tearDown)
verifyFalse(String, boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertFalse, but fails at the end of the test (during tearDown)
verifyImage(Comparator) - Method in class org.zkoss.ztl.ZKClientTestCase
Verifies the image before response has done.
verifyImage() - Method in class org.zkoss.ztl.ZKClientTestCase
Verify image after waitResponse().
verifyImage(Comparator) - Method in class org.zkoss.ztl.ZKTestCase
 
verifyImage() - Method in class org.zkoss.ztl.ZKTestCase
Compares the snapshot of the testing result.
verifyNotContains(String, String, String, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertNotEquals, but fails at the end of the test (during tearDown)
verifyNotContains(String, String, String) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
 
verifyNotContains(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
verifyNotEquals(Object, Object, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertNotEquals, but fails at the end of the test (during tearDown)
verifyNotEquals(String, Object, Object, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertNotEquals, but fails at the end of the test (during tearDown)
verifyNotEquals(boolean, boolean, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertNotEquals, but fails at the end of the test (during tearDown)
verifyNotEquals(String, boolean, boolean, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertNotEquals, but fails at the end of the test (during tearDown)
verifyNotEquals(boolean, boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertNotEquals, but fails at the end of the test (during tearDown)
verifyNotEquals(String, boolean, boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertNotEquals, but fails at the end of the test (during tearDown)
verifyNotEquals(Object, Object) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertNotEquals, but fails at the end of the test (during tearDown)
verifyNotEquals(String, Object, Object) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertNotEquals, but fails at the end of the test (during tearDown)
verifyTolerant(int, int, int) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Compare number1 and number2 with a tolearant .
verifyTrue(String, boolean, Selenium) - Method in class org.zkoss.ztl.ZKSeleneseTestBase
Like assertTrue, but fails at the end of the test (during tearDown)
verifyTrue(boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertTrue, but fails at the end of the test (during tearDown)
verifyTrue(String, boolean) - Method in class org.zkoss.ztl.ZKSeleneseTestCase
Like assertTrue, but fails at the end of the test (during tearDown)
verScroll(ClientWidget, double) - Method in class org.zkoss.ztl.ZKClientTestCase
 
verScrollNoBody(ClientWidget, double) - Method in class org.zkoss.ztl.ZKClientTestCase
In a case that widget only has 'cave' but 'body', we will calculate sum of all children's height of cave, and move widget's scrollbar
VERSION - Static variable in class org.zkoss.ztl.ZK
 

W

waitAndRelease(Set<String>) - Method in class org.zkoss.ztl.ZKParallelClientTestCase
Wait for restarting VM and release connection in the case of VM set to restart
waitForCondition(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
waitForFrameToLoad(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
waitForPageToLoad(String) - Method in class org.zkoss.ztl.ZKTestCase
 
waitForPopUp(String, String) - Method in class org.zkoss.ztl.ZKTestCase
 
waitResponse() - Method in class org.zkoss.ztl.ZKClientTestCase
Waits for Ajax response.
waitResponse(boolean) - Method in class org.zkoss.ztl.ZKClientTestCase
Waits for Ajax response.
waitResponse(int, boolean) - Method in class org.zkoss.ztl.ZKClientTestCase
Waits for Ajax response according to the timeout attribute.
waitResponse(int) - Method in class org.zkoss.ztl.ZKClientTestCase
Waits for Ajax response according to the timeout attribute.
Widget - Class in org.zkoss.ztl
A simulator of the ZK client widget.
Widget(String) - Constructor for class org.zkoss.ztl.Widget
 
Widget(JQuery) - Constructor for class org.zkoss.ztl.Widget
 
Widget(StringBuffer) - Constructor for class org.zkoss.ztl.Widget
 
Widget(StringBuffer, String) - Constructor for class org.zkoss.ztl.Widget
 
widget(int) - Method in class org.zkoss.ztl.ZKClientTestCase
Returns the Widget object of the UUID.
widget(String) - Method in class org.zkoss.ztl.ZKClientTestCase
Returns the Widget object of the UUID.
widget(JQuery) - Method in class org.zkoss.ztl.ZKClientTestCase
Returns the Widget object from the JQuery object.
width() - Method in class org.zkoss.ztl.JQuery
Returns the current computed width for the first element.
windowFocus() - Method in class org.zkoss.ztl.ZKTestCase
 
windowMaximize() - Method in class org.zkoss.ztl.ZKTestCase
 
windowResizeTo(int, int) - Method in class org.zkoss.ztl.ZKTestCase
Resizes the current window to the size(width and height).

X

X - Static variable in class org.zkoss.ztl.ZKTestCase
The keycode of the X key

Z

zk() - Method in class org.zkoss.ztl.JQuery
Switches to the ZK object.
ZK - Class in org.zkoss.ztl
A simulator of ZK client side object, which wraps the ZK client API.
ZK(String) - Constructor for class org.zkoss.ztl.ZK
 
ZK(ClientWidget) - Constructor for class org.zkoss.ztl.ZK
 
ZK(StringBuffer, String) - Constructor for class org.zkoss.ztl.ZK
 
ZK(StringBuffer) - Constructor for class org.zkoss.ztl.ZK
 
zk(ClientWidget) - Method in class org.zkoss.ztl.ZKClientTestCase
Returns the ZK object of the ZKClientObject.
zk(String) - Method in class org.zkoss.ztl.ZKClientTestCase
Returns the ZK object of the selector
ZK_FIXED_SCRIPTS - Static variable in class org.zkoss.ztl.util.Scripts
 
ZKClientTestCase - Class in org.zkoss.ztl
A skeleton of ZK client widget.
ZKClientTestCase() - Constructor for class org.zkoss.ztl.ZKClientTestCase
 
ZKElementFinder - Class in org.openqa.selenium.internal.seleniumemulation
An element finder for ZK's client widget.
ZKElementFinder(JavascriptLibrary) - Constructor for class org.openqa.selenium.internal.seleniumemulation.ZKElementFinder
 
ZKGetText - Class in org.openqa.selenium.internal.seleniumemulation
A class to fix OperaDirver issue
ZKGetText(JavascriptLibrary, ElementFinder) - Constructor for class org.openqa.selenium.internal.seleniumemulation.ZKGetText
 
ZKParallelClientTestCase - Class in org.zkoss.ztl
 
ZKParallelClientTestCase() - Constructor for class org.zkoss.ztl.ZKParallelClientTestCase
 
ZKRemoteWebDriver - Class in org.zkoss.ztl.webdriver
An extended RemoteWebDriver for screenshot function
ZKRemoteWebDriver() - Constructor for class org.zkoss.ztl.webdriver.ZKRemoteWebDriver
 
ZKRemoteWebDriver(CommandExecutor, Capabilities) - Constructor for class org.zkoss.ztl.webdriver.ZKRemoteWebDriver
 
ZKRemoteWebDriver(URL, Capabilities) - Constructor for class org.zkoss.ztl.webdriver.ZKRemoteWebDriver
 
ZKSeleneseTestBase - Class in org.zkoss.ztl
This is a copy of SeleneseTestCaseBase.java and improve the log mechanism.
ZKSeleneseTestBase() - Constructor for class org.zkoss.ztl.ZKSeleneseTestBase
 
ZKSeleneseTestCase - Class in org.zkoss.ztl
This is a copy of SeleneseTestCase.java and improve the log mechanism.
ZKSeleneseTestCase() - Constructor for class org.zkoss.ztl.ZKSeleneseTestCase
 
ZKSeleneseTestCase(String) - Constructor for class org.zkoss.ztl.ZKSeleneseTestCase
 
ZKSelenium - Class in org.zkoss.ztl.util
 
ZKSelenium(CommandProcessor) - Constructor for class org.zkoss.ztl.util.ZKSelenium
 
ZKSelenium(CommandProcessor, String) - Constructor for class org.zkoss.ztl.util.ZKSelenium
 
ZKSelenium(CommandProcessor, String, String) - Constructor for class org.zkoss.ztl.util.ZKSelenium
 
ZKTestCase - Class in org.zkoss.ztl
A skeleton of ZK Selenium test, which implements all of the methods of Selenium interface.
ZKTestCase() - Constructor for class org.zkoss.ztl.ZKTestCase
 
ZKWebDriverCommandProcessor - Class in org.zkoss.ztl.webdriver
A CommandProcessor which delegates commands down to an underlying webdriver instance.
ZKWebDriverCommandProcessor(String, WebDriver) - Constructor for class org.zkoss.ztl.webdriver.ZKWebDriverCommandProcessor
 
ZTL_DEBUGGER_SCRIPTS - Static variable in class org.zkoss.ztl.util.Scripts
 
ZtlGenerator - Class in org.zkoss.ztl.util
The ZTL generator that generates the Java class from ZTL file to Selenium test case.
ZtlGenerator() - Constructor for class org.zkoss.ztl.util.ZtlGenerator
 
ZulGenerator - Class in org.zkoss.ztl.util
The ZUL generator that generates the ztl from zul file . help us to build ztl faster from other zul
ZulGenerator() - Constructor for class org.zkoss.ztl.util.ZulGenerator
 

_

_out - Variable in class org.zkoss.ztl.ClientWidget
 
_selenium - Static variable in class org.zkoss.ztl.ZKTestCase
 
_timeout - Variable in class org.zkoss.ztl.ZKClientTestCase
 

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

Copyright © 2015. All Rights Reserved.