我正在尝试使用 selenium 定位 UI 元素,但 Xpath 正在动态更改 evrytime 这是源
<div id="tab-1080" class="x-tab x-box-item x-tab-default x-top x-tab-top x-tab-default- top x-noicon x-tab-noicon x-tab-default-noicon x-active x-tab-active x-tab-default-active x-top-active x-tab-top-active x-tab-default-top-active" style="margin: 0px; left: 406px; top: 0px;">
<em id="tab-1080-btnWrap" class="">
<button id="tab-1080-btnEl" class="x-tab-center" autocomplete="off" role="button" hidefocus="true" type="button">
<span id="tab-1080-btnInnerEl" class="x-tab-inner" style="">Report Center</span>
<span id="tab-1080-btnIconEl" class="x-tab-icon x-hide-display"> </span>
</button>
</em>
</div>
我需要唯一地找到它,但 id 1080 不断变化 evreytime ?任何人都可以帮助如何使用跨度 ID“报告中心”进行定位,因为这是在我的网页中区分此按钮的唯一属性。