120121122123124125126
/** * Returns a handle for making assertions about the specified HTML form. */ public FormAssertion form(String name) { return new FormAssertion(getRenderedHtml(), new NameChooser(name)); }