Couldn’t able to get the data using data scraping in www.cityprotect.com , Only first five data i can get using data scraping … how to get all the data from top to end if i need to do pagedown what is the end option to break the loop …
As you said you can use page down to get till the end
and whenever you are getting the data of each page compare it and see if that data is already retrieved in the previous iteration by storing the previous value in a separate variable
When you see the same data coming twice that means there are no more rows to retrieve so you can stop the loop