I am doing some automation script for the website https://silkdb.bioinfotoolkits.net in selenium using python language in which one has to enter a value and click on search that fetches some protein data whose values are unique.
I would like to click the button in the first row but the button id and button name were ot constant. they change depennding upon the protein name and its data. I such case how can i select the button using xpath
<tr>
<td><button id="BMSK0014734.1" class="alignment-table-description" style="border: 0px; padding: 0px; display: inline; background: none;">BMSK0014734.1 gene=BMSK0014734</button></td>
<td>327</td>
<td>327.0</td>
<td>91%</td>
<td>7e-108</td>
<td>41%</td></tr>