セレンを使用して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「レポートセンター」を使用して検索する方法を教えてもらえますか。