/// <summary> /// Post this page to the server. (That is, the page that contains the form being tested.) /// </summary> protected internal override void Submit() { browser.SubmitForm(this); }
/// <summary> /// Submit this form to the server. /// </summary> public void Submit() { WebAssert.Visible(this); browser.SubmitForm(this); }