Como encontrar elementos ExtJS com id dinâmico

Estou trabalhando com o Selenium e preciso obter o ID de um controle, mas o ID é dinâmico e não consigo obtê-lo.

<em id="button-1122-btnWrap">
<button id="button-1122-btnEl" class="x-btn-center" autocomplete="off" role="button" disabled="disabled" hidefocus="true" type="button" style="width: 21px; height: 21px;">
         <span id="button-1122-btnInnerEl" class="x-btn-inner" style="width: 21px; height: 21px; line-height: 21px;"> </span>
         <span id="button-1122-btnIconEl" class="x-btn-icon icon-save-invoice"></span>
</button>

O número 1122 é dinâmico e existem outros botões que tem o mesmo começobutton-###+btnWrap.

questionAnswers(2)

yourAnswerToTheQuestion