I tried to extract the whole table from the below URL but I only extracted first 10 records.
The original code is as below :-
<span style="cursor:pointer; " onclick="selectMrPageByValue(2)">.Next Page</span>
Can anyone please tell me how to do ? Attached is my Alteryx workfile Thanks so much
Solved! Go to Solution.
Hi @amymkchan
These are the parameters you can pass in the URL with the mrPage & mrPageSize controling the number of results:
So your page 2 url would look something like this: https://proptx.midland.com.hk/tx/index.jsp?estateId=E00024&lang=en&mrPageSize=30&mrPage=2
Neil
Hi Neil,
Thanks so much for your help and have a good day.
Best Regards,
Amy