Navigate to the specified form by performing a submit of that form.
Navigate to the specified form by performing a submit of that form.
public void Navigate(Form)
Navigate based on a form. Complete and post the form.
public void Navigate(Form,Input)
Navigate to a new page based on a link.
public void Navigate(Link)
Navigate based on a string URL.
public void Navigate(string)
Navigate to a page based on a URL object. This will be an HTTP GET operation.
public void Navigate(Uri)
Navigate to a page and post the specified data.
public void Navigate(Uri,Stream)