Web Scraping With Paging - ExtractDataSet is Empty

Installer(.exe or .msi): UIPath Community Edition

License type(Free, Trial/License code): Free

Studio/Robot version:

Current behavior:
http://www.rightmove.co.uk - Web Scraping With Paging.
Run application - Page 1 to Page 5 displayed correctly.
ExtractDataSet is empty.

Tried similar recording in Ebay Website and Working Correctly With Multiple Pages.

Screenshot:
Please see Main.xaml file attached.
All pages are displayed but DataSet is empty.

Can any one please see attachment and feedback suggestion to fix this issue.

Thank You,

Best,
K.Kannan.

Main.xaml (15.3 KB)

Hey @KannanK

it looks like problem with your Extract Metadata Step :slight_smile:

check the attached sample: - Main (3).xaml (16.6 KB)

Regards…!!
Aksh

1 Like

Hi @Aksh1yadav,

Thank you for your valuable and quick answer - Understood that.

Can you please suggest, how to retrieve data with paging in this, that is to get all paging data (Page 1 to Page 5).

Paging data is working in Ebay Website and issue only in this website.

Thanks again,

Best,
K.Kannan.

Have you check attached sameple by me mate? That is scrapping all paginated results right :slight_smile:

Hi,

Thanks for your reply - Yes - I downloaded and compared with my old code - Run that.

Actual Page is 5 - It stopped at Page 3.

Result shown only 25 records.

Added Excel Sheet and it saved only 25 records.

Please see attachment - Same your page, Added excel.

Page 1,2,3 showing - Data saved only for 25 records.

Am I missing anything - Please take a look and reply.

Thank You.

Best,
K.Kannan.

Main.xaml (18.3 KB)

Hey @KannanK

Yes issue you are not able to debug is of Activity Timeout at page 3. you are not able to see because in your Extract meta data Activitiy ContinueonError Property is set to True.

Make it blank then run you will be able to see and can check for the rest :slight_smile:

Regards,!!
Aksh

1 Like

Hi @Aksh1yadav,

Thank you for your detail and I understood that.

Great Help!

Best,
K.Kannan.