Overload List
| Name | Description | |
|---|---|---|
| ExtractForm(Int32) |
Extracts the nth HTML Form from the response content.
| |
| ExtractForm(String) |
Extracts an HTML Form with the specified formName from the response content.
| |
| ExtractForm(Int32, ActionType) |
Extracts the nth HTML Form from the response content,
and take the specified failAction if no matching form can be found.
| |
| ExtractForm(String, ActionType) |
Extracts an HTML Form with the specified formName from the response content,
and take the specified failAction if no matching form can be found.
|
See Also