Defined in header file: hzHttpClient.h
Command for automation of HTTP client
Enum definition:
enum webcmd
{
| WEBCMD_UNDEF | No step defined | ||
| WEBCMD_LOAD_PAGE | Load a single page (regardless of history) | ||
| WEBCMD_LOAD_LIST | Load pages from a list of links | ||
| WEBCMD_SLCT_PAGE | Select links from a page | ||
| WEBCMD_SLCT_LIST | Select links from a set of pages (set of links) | ||
| WEBCMD_RGET | Recursive get from a root page | ||
| WEBCMD_POST | Post a form | ||
| WEBCMD_RSS | Get an RSS feed |
} ;