com.meterware.httpunit
public class WebResponse.Scriptable extends ScriptableDelegate implements NamedDelegate
| Method Summary | |
|---|---|
| void | alert(String message) |
| void | close() |
| Object | get(String propertyName)
Returns the value of the named property. |
| ClientProperties | getClientProperties() |
| boolean | getConfirmationResponse(String message) |
| HTMLPage.Scriptable | getDocument() |
| WebResponse.Scriptable[] | getFrames() |
| String | getName() |
| URL | getURL() |
| String | getUserResponse(String prompt, String defaultResponse) |
| void | load() |
| WebResponse.Scriptable | open(String urlString, String name, String features, boolean replace) |
| void | set(String propertyName, Object value)
Sets the value of the named property. |
| void | setLocation(String relativeURL) |