StephenOTT / OttawaSIREScrape

Scrape using FMiner to scrape content from the City of Ottawa's SIRE platform (Council Voting and Minutes)
1 stars 0 forks source link

Pagination of Search results #8

Open StephenOTT opened 11 years ago

StephenOTT commented 11 years ago

Because we cannot display all search results we have to automate pagination of the search results

StephenOTT commented 11 years ago

As a quick fix, and because the scrape is not 100% automated and will be manually activated the user needs to determine the number of pages that the scape will page through.

StephenOTT commented 11 years ago

Using the recursion action in the FMiner to select the "next" button.

uses the <img> tag for the arrow as the key