When selecting number of pages to scrape, tested of active page scraper, eg selecting 1 page returns 2 pages of results and selecting 2 we get 3.
- Pagination description needs to be changed. To specify the number provided is the number of additional pages that will be scraped not including the first page.
- Or change the scraper, which makes more sense to me, when 1 page is requested 1 page is returned (no pagination action invoked). When 2 pages request 2 pages returned (pagination actions is invoked)