How to get all the selector information for a specific web page - 特定のWebページにおけるセレクタ情報をすべて取得したい

Is there a way to get the selector information for all the objects on a particular web page at once?
表題のとおりですが、ある特定のWebページ上にあるすべてのオブジェクトのセレクタ情報を一括で取得する手段はないでしょうか。

What I really want to do is to detect whether the structure of a particular web page has changed due to a version upgrade, and whether it has changed compared to before the update.
ある特定のWebベージの構造がバージョンアップなどによって変化しているかどうかを更新前と比較して変化しているかどうかを検出したい、というのが本来やりたい事になります。

I thought that if I could get the selector information of all the objects at once, I could judge the updated part of the page by comparing before and after the update of the Web page.
That’s why I came up with the above method, but I couldn’t think of a way to get it all at once.
すべてのオブジェクトのセレクタ情報をまとめて取得できれば、Webページの更新前後を比較する事によってページの更新箇所が判断できると考えました。
それで上記の手段を思いついたわけですが、一括で取得する手段が思いつきませんでした。

The method itself to acquire the selector information and convert it to a character string may be the following method, but
セレクタ情報を取得し、文字列化する方法自体は以下の手法で良いのですが
http://zawanii.com/uipath-selector-convert-string/

How can I get selector information for all objects under a particular object? Should I use Find Child Elements?
ある特定のオブジェクトの下にある全てのオブジェクトのセレクタ情報を取るにはどうすればよいのか。子要素を探す、を使えばよいのでしょうか。

よろしくおねがいします。

こんにちは

Export Ui Treeアクティビティが使えると思います。

Hi

Welcome to uipath forum

Have a view on this doc for more info on how to get xml structure of a page

If you want to export that to a file as a xml file

Cheers @yonesyo