com.meterware.httpunit
public class HTMLPage.Scriptable extends ScriptableDelegate
Method Summary | |
---|---|
Object | get(String propertyName) |
String | getCookie() |
ScriptableDelegate[] | getElementsByName(String name) |
ScriptableDelegate[] | getElementsByTagName(String name) |
ScriptableDelegate | getElementWithID(String id) |
WebForm.Scriptable[] | getForms() |
WebImage.Scriptable[] | getImages() |
WebLink.Scriptable[] | getLinks() |
WebResponse.Scriptable | getParent() |
String | getTitle() |
boolean | replaceText(String text, String contentType) |
void | set(String propertyName, Object value)
Sets the value of the named property. |
void | setCookie(String name, String value) |