- getAllHeaders() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Deprecated.
- getAttribute(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
- getButtonWithText(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Returns the first button that contains the specified text as its label.
- getChildren() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
- getComments() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Get all the comments in a document, as a list of strings.
- getCookies() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getCurrentPage() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getCurrentPageTitle() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return the page title of the current response page, encoded as specified by the current
TestContext.
- getCurrentWindow() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return the currently opened window (issue 2697234).
- getDefaultBrowserVersion() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
An alternative to setting the
user agent string manually
is to provide it with all the information for a complete browser version.
- getElement(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
- getElementAttributByXPath(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getElementByID(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getElementByXPath(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getElements(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
- getElementsByXPath(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getElementTextByXPath(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getForm() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return the current form active for the dialog.
- getHeader(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getHiddenFieldValue(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return the current value of a hidden input element with name paramName.
- getHtmlElement() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
Return the unwrapped HtmlUnit element that this IElement represents.
- getInputStream() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getInputStream(URL) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getName() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
- getPageSource() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getPageText() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getPageTitle() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getPageURL() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getParent() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
- getResetButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getResponseHeaders() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getSelectedOptions(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getSelectedOptions(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getSelectedRadio(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getSelectOptionLabelForValue(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getSelectOptionLabelForValue(String, int, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getSelectOptionValueForLabel(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getSelectOptionValueForLabel(String, int, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getSelectOptionValues(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return a string array of select box option values.
- getSelectOptionValues(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return a string array of the Nth select box option values.
- getServerResponse() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getServerResponseCode() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getSubmitButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return the HtmlUnit submit button with a given name.
- getSubmitButton(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return the HtmlUnit submit button with a given name and value.
- getTable(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getTestContext() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- getTextContent() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
- getTextFieldValue(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return the current value of a text input element with name paramName.
- getWebClient() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return the current web client (issue 2697234).
- getWebResponse() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Get the last WebResponse from HtmlUnit.
- getWindow(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return the window with the given name in the current conversation.
- getWindowCount() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- gotoFrame(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
- gotoPage(URL) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Go to a particular page.
- gotoRootWindow() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
- gotoWindow(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Make the window with the given name in the current conversation active.
- gotoWindow(int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- gotoWindowByTitle(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Goto first window with the given title.
- hasButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Returns if the button identified by buttonId is present.
- hasButtonWithText(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Checks whether a button containing the specified text as its label exists.
- hasElement(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasElementByXPath(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasForm() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if the current response contains a form.
- hasForm(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if the current response contains a specific form.
- hasForm(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasFormParameterNamed(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasFormSelectNamed(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if a form parameter (input element) is present on the current response.
- hasFrame(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
- hashCode() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
- hasLink(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if a link is present in the current response with the specified id.
- hasLinkWithExactText(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasLinkWithImage(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasLinkWithText(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if a link is present in the current response containing the specified text (note that HttpUnit uses
contains rather than an exact match - if this is a problem consider using ids on the links to uniquely identify
them).
- hasRadioOption(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if a radio group contains the indicated option.
- hasResetButton() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasResetButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasSelectOption(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if a select box contains the indicated option.
- hasSelectOption(String, int, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if the Nth select box contains the indicated option.
- hasSelectOptionValue(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if a select box contains the indicated option.
- hasSelectOptionValue(String, int, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Return true if the Nth select box contains the indicated option.
- hasSubmitButton() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
- hasSubmitButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
- hasSubmitButton(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
- hasTable(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasWindow(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- hasWindowByTitle(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
- HtmlUnitElementImpl - Class in net.sourceforge.jwebunit.htmlunit
-
HtmlUnit implementation of IElement wrapper.
- HtmlUnitElementImpl(DomElement) - Constructor for class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
-
- HtmlUnitTestingEngineImpl - Class in net.sourceforge.jwebunit.htmlunit
-
Acts as the wrapper for HtmlUnit access.
- HtmlUnitTestingEngineImpl() - Constructor for class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
-
Initializes default HtmlUnit testing engine implementation.