Get Selector for all UI Elements

Hi All,

Is it possible to run a UiPath Bot to collect the Selectors of all elements from a webpage?
I am thinking of building a UiPath workflow which can scrape all the elements and the corresponding selectors into a data table.
Let me know if possible. Thank you

check the below post -

Regards,
Karthik Byggari

Thanks @KarthikByggari
I tried with the Activity Find Children, it returns only the immediate children elements.
I believe i have to do a full tree traverse to get all elements from the website.
Kindly confirm.
Is there a more easy way to list down all the elements and their selectors at once?

Capture