Fetching pages (and related functionality)
Since lot of things are happening during (and before) the fetching of a document, I decided to move out fetching related functionality to a separate class - so if you are looking for anything which is loading a document (even by submitting a form or clicking a link) and related things like setting a proxy etc. you should find it here.
| Public Methods | |
|---|---|
| click_ |
|
| click_ |
Click the link specified by the text |
| determine_ |
|
| fetch | Action to fetch a document (either a file or a http address) |
| get_ |
At any given point, the current document can be queried with this method; Typically used when the navigation is over and the result document is passed to the wrapper |
| get_ |
|
| get_ |
|
| get_ |
|
| handle_ |
|
| handle_ |
|
| parse_ |
|
| parse_ |
|
| restore_ |
|
| restore_ |
|
| set_ |
|
| store_ |
|
| store_ |
|
| store_ |
|
| submit | Submit the last form; |
<code/>and<pre/>for code samples.