Fetch data using data scraping

I am unable to fetch the data from the below link using Data Scraping.

Can any one help me to fetch the data of ‘Boarding and Dropping Point’ Field for all the resuts on that page.

Thanks.

Hi @Jyotika_Halai - What is the issue that you are facing?

Regards,
AK

  1. use Data Scrapping (To get list rows count)
  2. For each row in ExtractedDataTable
    2) Assign rowIndex = ExtractDataTable.Rows.IndexOf(row).ToString
    1. Click on Boarding and Dropping Points by dynamic idx=‘“+rowIndex.ToString+”’ selector
    2. Use one more Data scrapping for ‘Boarding Points and Dropping Points’
    3. Append scrapped data to Excel
    3. Click “x” to close current Boarding and Dropping List
1 Like

@Jyotika_Halai

Hope this might be helpful to you!

cheers :smiley:
Happy Learning :smiley:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.