| java.lang.Object com.meterware.httpunit.DialogAdapter
Method Summary | |
public boolean | getConfirmation(String confirmationPrompt) Invoked when the user agent needs to display a confirmation dialog. | public String | getUserResponse(String prompt, String defaultResponse) Invoked when the user agent needs to display a generic dialog and obtain a user response. |
getConfirmation | public boolean getConfirmation(String confirmationPrompt)(Code) | | Invoked when the user agent needs to display a confirmation dialog. This default implementation confirms
all dialogs.
|
getUserResponse | public String getUserResponse(String prompt, String defaultResponse)(Code) | | Invoked when the user agent needs to display a generic dialog and obtain a user response. This default
implementation returns the default response.
|
|
|