protected HtmlPage |
AbstractHtmlUnitCommandsModule.addSelection(java.lang.String select,
java.lang.String option) |
Adds the given option of the given select to the current selection.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.addSelection(java.lang.String select,
java.lang.String option) |
Adds the given option of the given select to the current selection.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.check(java.lang.String elementLocator) |
Checks/toggles the given element.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.check(java.lang.String elementLocator) |
Checks/toggles the given element.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.checkAndWait(java.lang.String elementLocator) |
Checks/toggles the given element and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.checkAndWait(java.lang.String elementLocator) |
Checks/toggles the given element and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.click(java.lang.String elementLocator) |
Clicks the given element.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.click(java.lang.String elementLocator) |
Clicks the given element.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.clickAndWait(java.lang.String elementLocator) |
Clicks the given element and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.clickAndWait(java.lang.String elementLocator) |
Clicks the given element and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.contextMenu(java.lang.String elementLocator) |
Simulates a right-click on the given element.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.contextMenu(java.lang.String elementLocator) |
Simulates a right-click on the given element.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.contextMenuAt(java.lang.String elementLocator,
int coordX,
int coordY) |
Simulates a right-click at the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.contextMenuAt(java.lang.String elementLocator,
java.lang.String coordinates) |
Simulates a right-click at the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.contextMenuAt(java.lang.String elementLocator,
int coordX,
int coordY) |
Simulates a right-click at the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.contextMenuAt(java.lang.String elementLocator,
java.lang.String coordinates) |
Simulates a right-click at the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.doubleClick(java.lang.String elementLocator) |
Double-clicks the given element.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.doubleClick(java.lang.String elementLocator) |
Double-clicks the given element.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.doubleClickAndWait(java.lang.String elementLocator) |
Double-clicks the given element and waits for a page to be loaded.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.doubleClickAndWait(java.lang.String elementLocator) |
Double-clicks the given element and waits for a page to be loaded.
|
protected abstract HtmlPage |
AbstractHtmlUnitCommandsModule.execute(HtmlPage page) |
Executes the module steps.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseDown(java.lang.String elementLocator) |
Presses the left mouse button on an element, but does not release the button yet.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseDown(java.lang.String elementLocator) |
Presses the left mouse button on an element, but does not release the button yet.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseDownAt(java.lang.String elementLocator,
int coordX,
int coordY) |
Presses the left mouse button at the given coordinates (relative to the given element), but does not release the
button yet.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseDownAt(java.lang.String elementLocator,
java.lang.String coordinates) |
Presses the left mouse button at the given coordinates (relative to the given element), but does not release the
button yet.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseDownAt(java.lang.String elementLocator,
int coordX,
int coordY) |
Presses the left mouse button at the given coordinates (relative to the given element), but does not release the
button yet.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseDownAt(java.lang.String elementLocator,
java.lang.String coordinates) |
Presses the left mouse button at the given coordinates (relative to the given element), but does not release the
button yet.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseMove(java.lang.String elementLocator) |
Moves the mouse to the given element.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseMove(java.lang.String elementLocator) |
Moves the mouse to the given element.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseMoveAt(java.lang.String elementLocator,
int coordX,
int coordY) |
Moves the mouse to the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseMoveAt(java.lang.String elementLocator,
java.lang.String coordinates) |
Moves the mouse to the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseMoveAt(java.lang.String elementLocator,
int coordX,
int coordY) |
Moves the mouse to the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseMoveAt(java.lang.String elementLocator,
java.lang.String coordinates) |
Moves the mouse to the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseOut(java.lang.String elementLocator) |
Moves the mouse out of the element's bounding box.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseOut(java.lang.String elementLocator) |
Moves the mouse out of the element's bounding box.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseOver(java.lang.String elementLocator) |
Hovers the mouse over an element.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseOver(java.lang.String elementLocator) |
Hovers the mouse over an element.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseUp(java.lang.String elementLocator) |
Releases the left mouse button on an element.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseUp(java.lang.String elementLocator) |
Releases the left mouse button on an element.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseUpAt(java.lang.String elementLocator,
int coordX,
int coordY) |
Releases the left mouse button at the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.mouseUpAt(java.lang.String elementLocator,
java.lang.String coordinates) |
Releases the left mouse button at the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseUpAt(java.lang.String elementLocator,
int coordX,
int coordY) |
Releases the left mouse button at the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.mouseUpAt(java.lang.String elementLocator,
java.lang.String coordinates) |
Releases the left mouse button at the given coordinates (relative to the given element).
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.open(java.lang.String urlToOpen) |
Opens the given URL.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.open(java.net.URL urlToOpen) |
Opens the given URL.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.open(java.lang.String urlToOpen) |
Opens the given URL.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.open(java.net.URL urlToOpen) |
Opens the given URL.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.pause(long waitingTime) |
Waits the given time.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.pause(java.lang.String waitingTime) |
Waits the given time.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.pause(long waitingTime) |
Waits the given time.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.pause(java.lang.String waitingTime) |
Waits the given time.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.removeSelection(java.lang.String select,
java.lang.String option) |
Removes the given option of the given select from the current selection.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.removeSelection(java.lang.String select,
java.lang.String option) |
Removes the given option of the given select from the current selection.
|
HtmlPage |
AbstractHtmlUnitCommandsModule.run(HtmlPage page) |
Runs the module.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.select(java.lang.String select,
java.lang.String option) |
Selects the given option of the given select.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.select(java.lang.String select,
java.lang.String option) |
Selects the given option of the given select.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.selectAndWait(java.lang.String select,
java.lang.String option) |
Selects the given option of the given select and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.selectAndWait(java.lang.String select,
java.lang.String option) |
Selects the given option of the given select and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.selectFrame(java.lang.String frameTarget) |
Selects the given frame.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.selectFrame(java.lang.String frameTarget) |
Selects the given frame.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.selectWindow() |
Selects the top-level window.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.selectWindow(java.lang.String windowTarget) |
Selects the given window.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.selectWindow() |
Selects the top-level window.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.selectWindow(java.lang.String windowTarget) |
Selects the given window.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.submit(java.lang.String form) |
Submits the given form.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.submit(java.lang.String form) |
Submits the given form.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.submitAndWait(java.lang.String form) |
Submits the given form and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.submitAndWait(java.lang.String form) |
Submits the given form and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.type(java.lang.String elementLocator,
java.lang.String text) |
Types the given text into the given input field.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.type(java.lang.String elementLocator,
java.lang.String text) |
Types the given text into the given input field.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.typeAndWait(java.lang.String elementLocator,
java.lang.String text) |
Types the given text into the given input field and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.typeAndWait(java.lang.String elementLocator,
java.lang.String text) |
Types the given text into the given input field and waits for some activity to complete.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.uncheck(java.lang.String elementLocator) |
Unchecks the given checkbox/radio button.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.uncheck(java.lang.String elementLocator) |
Unchecks the given checkbox/radio button.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.uncheckAndWait(java.lang.String elementLocator) |
Unchecks the given checkbox/radio button and waits for a page load.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.uncheckAndWait(java.lang.String elementLocator) |
Unchecks the given checkbox/radio button and waits for a load.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForAttribute(java.lang.String attributeLocator,
java.lang.String textPattern) |
Waits until the value of the attribute identified by the given attribute locator matches the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForAttribute(java.lang.String elementLocator,
java.lang.String attributeName,
java.lang.String textPattern) |
Waits until the value of the given element and attribute matches the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForAttribute(java.lang.String attributeLocator,
java.lang.String textPattern) |
Waits until the value of the attribute identified by the given attribute locator matches the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForAttribute(java.lang.String elementLocator,
java.lang.String attributeName,
java.lang.String textPattern) |
Waits until the value of the given element and attribute matches the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForChecked(java.lang.String elementLocator) |
Waits until the given checkbox/radio button becomes checked.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForChecked(java.lang.String elementLocator) |
Waits until the given checkbox/radio button becomes checked.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForClass(java.lang.String elementLocator,
java.lang.String clazzString) |
Waits until the given element has the given class(es).
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForClass(java.lang.String elementLocator,
java.lang.String clazzString) |
Waits until the given element has the given class(es).
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForElementCount(java.lang.String elementLocator,
int count) |
Waits until the number of elements found by using the given element locator is equal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForElementCount(java.lang.String elementLocator,
java.lang.String count) |
Waits until the number of elements found by using the given element locator is equal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForElementCount(java.lang.String elementLocator,
int count) |
Waits until the number of elements found by using the given element locator is equal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForElementCount(java.lang.String elementLocator,
java.lang.String count) |
Waits until the number of elements found by using the given element locator is equal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForElementPresent(java.lang.String elementLocator) |
Waits for the given element to appear.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForElementPresent(java.lang.String elementLocator) |
Waits for the given element to appear.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForEval(java.lang.String expression,
java.lang.String textPattern) |
Waits until the result of evaluating the given expression matches the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForEval(java.lang.String expression,
java.lang.String textPattern) |
Waits until the result of evaluating the given expression matches the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotAttribute(java.lang.String attributeLocator,
java.lang.String textPattern) |
Waits until the value of the attribute identified by the given attribute locator does NOT match the given text
pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotAttribute(java.lang.String elementLocator,
java.lang.String attributeName,
java.lang.String textPattern) |
Waits until the value of the given element and attribute does NOT match the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotAttribute(java.lang.String attributeLocator,
java.lang.String textPattern) |
Waits until the value of the attribute identified by the given attribute locator does NOT match the given text
pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotAttribute(java.lang.String elementLocator,
java.lang.String attributeName,
java.lang.String textPattern) |
Waits until the value of the given element and attribute does NOT match the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotChecked(java.lang.String elementLocator) |
Waits until the given checkbox/radio button becomes unchecked.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotChecked(java.lang.String elementLocator) |
Waits until the given checkbox/radio button becomes unchecked.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotClass(java.lang.String elementLocator,
java.lang.String clazzString) |
Waits until the given element doesn't have the given class(es).
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotClass(java.lang.String elementLocator,
java.lang.String clazzString) |
Waits until the given element doesn't have the given class(es).
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotElementCount(java.lang.String elementLocator,
int count) |
Waits until the number of elements found by using the given element locator is unequal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotElementCount(java.lang.String elementLocator,
java.lang.String count) |
Waits until the number of elements found by using the given element locator is unequal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotElementCount(java.lang.String elementLocator,
int count) |
Waits until the number of elements found by using the given element locator is unequal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotElementCount(java.lang.String elementLocator,
java.lang.String count) |
Waits until the number of elements found by using the given element locator is unequal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotElementPresent(java.lang.String elementLocator) |
Waits for the given element to disappear.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotElementPresent(java.lang.String elementLocator) |
Waits for the given element to disappear.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotEval(java.lang.String expression,
java.lang.String textPattern) |
Waits until the result of evaluating the given expression does NOT match the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotEval(java.lang.String expression,
java.lang.String textPattern) |
Waits until the result of evaluating the given expression does NOT match the given text pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotSelectedId(java.lang.String selectLocator,
java.lang.String idPattern) |
Waits until no ID of all selected options of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotSelectedId(java.lang.String selectLocator,
java.lang.String idPattern) |
Waits until no ID of all selected options of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotSelectedIndex(java.lang.String selectLocator,
java.lang.String indexPattern) |
Waits until the option of the given select element at the given index is not selected.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotSelectedIndex(java.lang.String selectLocator,
java.lang.String indexPattern) |
Waits until the option of the given select element at the given index is not selected.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotSelectedLabel(java.lang.String selectLocator,
java.lang.String labelPattern) |
Waits until no label of all selected options of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotSelectedLabel(java.lang.String selectLocator,
java.lang.String labelPattern) |
Waits until no label of all selected options of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotSelectedValue(java.lang.String selectLocator,
java.lang.String valuePattern) |
Waits until no value of all selected options of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotSelectedValue(java.lang.String selectLocator,
java.lang.String valuePattern) |
Waits until no value of all selected options of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotStyle(java.lang.String elementLocator,
java.lang.String styleText) |
Waits until the effective style of the element identified by the given element locator does NOT match the given
style.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotStyle(java.lang.String elementLocator,
java.lang.String styleText) |
Waits until the effective style of the element identified by the given element locator does NOT match the given
style.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotText(java.lang.String elementLocator,
java.lang.String text) |
Waits for the given text embedded in the given element to disappear/change.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotText(java.lang.String elementLocator,
java.lang.String text) |
Waits for the given text embedded in the given element to disappear/change.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotTextPresent(java.lang.String text) |
Waits for the given text to disappear/change.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotTextPresent(java.lang.String text) |
Waits for the given text to disappear/change.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotTitle(java.lang.String title) |
Waits for the given page title change.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotTitle(java.lang.String title) |
Waits for the given title change.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotValue(java.lang.String elementLocator,
java.lang.String value) |
Waits for the given value in the given element to disappear/change.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotVisible(java.lang.String elementLocator) |
Waits until the given element becomes invisible.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotVisible(java.lang.String elementLocator) |
Waits for the given element to become invisible.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotXpathCount(java.lang.String xpath,
int count) |
Waits for the number of elements matching the given XPath expression change to a different value than the given
one.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForNotXpathCount(java.lang.String xpath,
java.lang.String count) |
Waits for the number of elements matching the given XPath expression change to a different value than the given
one.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotXpathCount(java.lang.String xpath,
int count) |
Waits for the number of elements matching the given XPath expression change to a different value than the given
one.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForNotXpathCount(java.lang.String xpath,
java.lang.String count) |
Waits for the number of elements matching the given XPath expression change to a different value than the given
one.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForPageToLoad() |
Waits for the page to load.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForPageToLoad() |
Waits for the page to load.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForSelectedId(java.lang.String selectLocator,
java.lang.String idPattern) |
Waits until the ID of at least one selected option of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForSelectedId(java.lang.String selectLocator,
java.lang.String idPattern) |
Waits until the ID of at least one selected option of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForSelectedIndex(java.lang.String selectLocator,
java.lang.String indexPattern) |
Waits until the option of the given select element at the given index is selected.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForSelectedIndex(java.lang.String selectLocator,
java.lang.String indexPattern) |
Waits until the option of the given select element at the given index is selected.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForSelectedLabel(java.lang.String selectLocator,
java.lang.String labelPattern) |
Waits until the label of at least one selected option of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForSelectedLabel(java.lang.String selectLocator,
java.lang.String labelPattern) |
Waits until the label of at least one selected option of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForSelectedValue(java.lang.String selectLocator,
java.lang.String valuePattern) |
Waits until the value of at least one selected option of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForSelectedValue(java.lang.String selectLocator,
java.lang.String valuePattern) |
Waits until the value of at least one selected option of the given select element matches the given pattern.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForStyle(java.lang.String elementLocator,
java.lang.String styleText) |
Waits until the effective style of the element identified by the given element locator matches the given style.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForStyle(java.lang.String elementLocator,
java.lang.String styleText) |
Waits until the effective style of the element identified by the given element locator matches the given style.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForText(java.lang.String elementLocator,
java.lang.String text) |
Waits for the given text embedded in the given element.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForText(java.lang.String elementLocator,
java.lang.String text) |
Waits for the given text embedded in the given element.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForTextPresent(java.lang.String text) |
Waits for the given text to appear.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForTextPresent(java.lang.String text) |
Waits for the given text to appear.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForTitle(java.lang.String title) |
Waits for the given page title.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForTitle(java.lang.String title) |
Waits for the given title.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForValue(java.lang.String elementLocator,
java.lang.String valuePattern) |
Waits for the given value in the given element.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForValue(java.lang.String elementLocator,
java.lang.String value) |
Waits for the given value in the given element.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForVisible(java.lang.String elementLocator) |
Waits until the given element becomes visible.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForVisible(java.lang.String elementLocator) |
Waits until the given element becomes visible.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForXpathCount(java.lang.String xpath,
int count) |
Waits for the number of elements matching the given XPath expression is equal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitCommandsModule.waitForXpathCount(java.lang.String xpath,
java.lang.String count) |
Waits for the number of elements matching the given XPath expression is equal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForXpathCount(java.lang.String xpath,
int count) |
Waits for the number of elements matching the given XPath expression is equal to the given count.
|
protected HtmlPage |
AbstractHtmlUnitScriptAction.waitForXpathCount(java.lang.String xpath,
java.lang.String count) |
Waits for the number of elements matching the given XPath expression is equal to the given count.
|