Unable to web scrape the following information

Please delete.

1 Like

Hi @jcab,
I think , the web site is not published. The link is not working. It is a nice and challenging task. Using data scrap you can able get all the information except the marked one. for that you have to use the find children with filter the marked (to get the selector use the UiExplorer). You will get the enumerable UIelement. do a loop . Use the click activity assign selector which is in loop. use the Get Text or Get full text the whole information.

Regards
Balamurugan

@balupad14 thanks for your message.

Unfortunately the site is not 100% stable and sometimes it’s not accessible.

I didn’t quite understand this here: “for that you have to use the find children with filter the marked (to get the selector use the UiExplorer). You will get the enumerable UIelement.”
Could you please elaborate this a bit better?
What do you concretely mean with “find children with filter the marked” ?

Thanks in advance.