Import Form on Properties Page
First we need a page.
| Page creator. | ||
| Page name. | Page contents. | valid? |
| ImportingPage | !contents | true |
Request the properties view of this page.
| Response Requester. | |
| uri | valid? |
| ImportingPage?properties | true |
Now lets look at the form.
| Response Examiner | |||
| type | pattern | matches? | wrapped html? |
| contents | Wiki Import. | true | |
| Response Examiner | ||
| type | pattern | matches? |
| contents | <input .* name="remoteUrl" | true |
| contents | <input .* type="submit" .* value="Import" | true |