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 | Interface and Description |
---|---|
interface |
HTMLElement
An interface which defines the common properties for an HTML element, which can correspond to any HTML tag.
|
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 |
FormControl.Scriptable
implementation of Scriptable input elements
|
class |
HTMLPage.Scriptable
scriptable for HTML Page
|
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 |
WebForm.Scriptable |
class |
WebImage
Represents an image in an HTML document.
|
class |
WebImage.Scriptable |
class |
WebLink
This class represents a link in an HTML page.
|
class |
WebLink.Scriptable |
class |
WebList
Represents an HTML list.
|
class |
WebRequestSource
Base class for objects which can be clicked to generate new web requests.
|
class |
WebResponse.Scriptable |
class |
WebTable
This class represents a table in an HTML page.
|
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
|
static class |
SelectionFormControl.Option |
class |
SelectionFormControl.Options |
Modifier and Type | Class and Description |
---|---|
static class |
JavaScript.Control
Javascript support for any control
|
static class |
JavaScript.Document
Document script handling
|
static class |
JavaScript.Form |
static class |
JavaScript.HTMLElement
HTML Element support for JavaScript
|
static class |
JavaScript.Image |
static class |
JavaScript.Link |
static class |
JavaScript.Location |
static class |
JavaScript.Navigator |
static class |
JavaScript.Option |
static class |
JavaScript.Options |
static class |
JavaScript.Screen |
static class |
JavaScript.Style |
static class |
JavaScript.Window |
class |
ScriptingEngineImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
FormScriptable |
interface |
ScriptingEngine |
interface |
ScriptingHandler |
Modifier and Type | Class and Description |
---|---|
class |
ScriptableDelegate
An interface for objects which will be accessible via scripting.
|
Copyright © 2012. All Rights Reserved.