Pagination click droppped midway

The click just run to page 4 and then backward to 2 then dropped progress
Tried various method but still not work too, the scraper exit after around 2 pages

Url: F.T.I. MEMBER SEARCH

I am facing the same issue - stops scraping after a few pages. Any tips would be great!

@Learningisfun @jakelee Hi.

After inspecting the page you provided it appears that in order to 'paginate' through it you would have to perform the following function: javascript:__doPostBack'''.

Unfortunately, Web Scraper does not perceive this as a valid link, therefore the only way to execute it is by using the 'Element click' selector, however, that can be done for only one of the pages at the time because the page is reloaded each of the time and the 'Element click' selector stops functioning.