How can i get all sublinks from webpage

hello,

check below webpage

you can see on wepage o left side all parent selections are there

like below


i need to extract all url links for parent as well as sub topics , sub topics are as below

how can i achieve that
help me on same

@Mathkar_kunal,

Use Find Children Activity to get all the parent and Children item URL’s.
You can also try For Each Ui Element Activity to iterate through all the nodes and use Get Attribute activity inside it to get the URL.

can show with workflow
i am confused how can i cerate that worklfow wit find children or wit for each

Hi @Mathkar_kunal
Here you have an example using For Each Ui Element reading one of the pages from this Forum and getting the sections links

And the project:
GET_LINKS.zip (280.9 KB)

Hope it helps!

1 Like

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