Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
Modifier and Type | Class and Description |
---|---|
class |
ResetButton
Represents a form 'reset' button.
|
class |
SubmitButton
This class represents a submit button in an HTML form.
|
Modifier and Type | Method and Description |
---|---|
Button |
WebForm.getButton(HTMLElementPredicate predicate,
Object criteria) |
Button[] |
WebForm.getButtons()
Returns an array containing all of the buttons defined for this form.
|
Button |
WebForm.getButtonWithID(String buttonID)
Convenience method which returns the button with the specified ID.
|
Copyright © 2012. All Rights Reserved.