Searched defs:waitForLoad (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admingui/devtests/src/test/java/org/glassfish/admingui/devtests/
H A DBaseSeleniumTestClass.java425 waitForLoad(TIMEOUT, callback);
430 waitForLoad(60, new WaitForLoadCallBack() {
467 waitForLoad(timeout, new PageLoadCallBack(triggerText, false));
475 waitForLoad(timeout, new PageLoadCallBack(triggerText, textShouldBeMissing));
478 protected void waitForLoad(int timeoutInSeconds, WaitForLoadCallBack callback) { method in class:BaseSeleniumTestClass
542 waitForLoad(BUTTON_TIMEOUT, new ButtonDisabledStateCallBack(buttonId, false));
548 waitForLoad(BUTTON_TIMEOUT, new ButtonDisabledStateCallBack(buttonId, true));
561 waitForLoad(TIMEOUT, new DeleteRowCallBack(tableId, triggerText, valueColId));

Completed in 13 milliseconds