Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
com.meterware.httpunit.controls | |
com.meterware.httpunit.dom | |
com.meterware.httpunit.javascript | |
com.meterware.httpunit.scripting |
Modifier and Type | Class and Description |
---|---|
class |
BlockElement
Represents a block-level element such as a paragraph or table cell, which can contain other elements.
|
class |
Button
A button in a form.
|
class |
FormControl
Represents a control in an HTML form.
|
class |
RadioButtonFormControl |
class |
RadioGroupFormControl
Radio button control
|
class |
ResetButton
Represents a form 'reset' button.
|
class |
SubmitButton
This class represents a submit button in an HTML form.
|
class |
TableCell
A single cell in an HTML table.
|
class |
TableRow |
class |
TextBlock
A class which represents a block of text in a web page.
|
class |
WebApplet
This class represents the embedding of an applet in a web page.
|
class |
WebForm
This class represents a form in an HTML page.
|
class |
WebImage
Represents an image in an HTML document.
|
class |
WebLink
This class represents a link in an HTML page.
|
class |
WebList
Represents an HTML list.
|
class |
WebRequestSource
Base class for objects which can be clicked to generate new web requests.
|
class |
WebTable
This class represents a table in an HTML page.
|
Modifier and Type | Method and Description |
---|---|
HTMLElement[] |
WebResponse.getElementsByTagName(String tagName)
return the HTMLElements with the specified tag name
|
HTMLElement[] |
WebResponse.getElementsWithAttribute(String name,
String value)
Returns the HTMLElements found with the specified attribute value.
|
HTMLElement[] |
HTMLSegment.getElementsWithAttribute(String name,
String value)
Returns the HTMLElements found with the specified attribute value.
|
HTMLElement[] |
ParsedHTML.getElementsWithAttribute(String name,
String value)
Returns the HTML elements with an attribute with the specified name and value.
|
HTMLElement[] |
WebResponse.getElementsWithName(String name)
Returns the HTMLElements found in this segment with the specified name.
|
HTMLElement[] |
HTMLSegment.getElementsWithName(String name)
Returns the HTMLElements found in this segment with the specified name.
|
HTMLElement[] |
ParsedHTML.getElementsWithName(String name)
Returns the HTML elements with the specified name.
|
HTMLElement |
WebResponse.getElementWithID(String id)
Returns the HTMLElement with the specified ID.
|
HTMLElement |
HTMLSegment.getElementWithID(String id)
Returns the HTMLElement found in this segment with the specified ID.
|
HTMLElement |
ParsedHTML.getElementWithID(String id)
Returns the HTMLElement with the specified ID.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectionFormControl
FormControl for "Select"
moved here by wf for testability and visibility
see bugreport [ 1124057 ] Out of Bounds Exception should be avoided
|
Modifier and Type | Method and Description |
---|---|
ScriptingHandler |
DomBasedScriptingEngineFactory.createHandler(HTMLElement elementBase) |
Modifier and Type | Method and Description |
---|---|
ScriptingHandler |
JavaScriptEngineFactory.createHandler(HTMLElement elementBase) |
Modifier and Type | Method and Description |
---|---|
ScriptingHandler |
ScriptingEngineFactory.createHandler(HTMLElement elementBase) |
protected ScriptableDelegate[] |
ScriptableDelegate.getDelegates(HTMLElement[] elements) |
Copyright © 2012. All Rights Reserved.