Not able to Scrape all the data using Screen Scraping (Classic)

I am trying to Scrape the information using the Classic Screen Scraping, it identifies the pattern but for only some rows(Due to different section I think so)
But I want to scrape all the information and save it in to Excel File.

ScreenShot

Similarly in this case

I also want to Scrape “In-Paly” text but because it is not in the same pattern it is not scraping…

How can I scrape these informations and place them in the same sheet

@Sami_Rajput

For the values which are unable to get through datascraping then

Try with find children activity

Which will give you the data appropriate

Can you elaborate a little bit about Find Children, I haven’t used it

@Sami_Rajput

Find children extracts all the attributes of the UI interface
And gives output as a collection

2.you need to use for each pass the output of find children

3.inside for each use get attribute activity

In that enable aanname or innertext which gives you the text

Pass the value to the excel file


It’s actually the whole table like this and I have to Scrape all this info

@Sami_Rajput

Have you tried by using datascraping or table extraction

Yes, i have tried but it’s only scraping the one’s highlighted in Green.

This is the website, you may need to use London VPN

@Sami_Rajput

Can you scrap two separately live matches and upcoming matches

Both try with datascraping

And at last we can merge two datatables

Hope this helps

1 Like