GuidesΒΆ
Contents:
- Setup your development environment
- How to contribute
- Write a new module
- Create a capability
- Application development
- Automated tests
- Cookbook
- POST an HTML form
- POST form data
- POST JSON
- Add custom headers for one request
- Add headers to all requests
- Add query-string parameters
- Have multiple pages on the same URL
- Have a page which is sometimes a
LoggedPage
, sometimes isn’t - Skip items in a
ListElement
/ItemElement
- Fix invalid HTML that prevents lxml to be parsed
- Follow HTML
<meta>
redirects - Automatically follow a link on a page
- Parse data from an HTML table
- Handle multiple tables with similar headers
- Handle pagination
- Handle pagination with POST
- Handle HTTP errors
- Parse an object from multiple pages
- Use
ItemElement
with non-scalar attributes