Hi I am trying to click on a specific button with text "€11" on it in selenium webdriver in Java.
The button is located within this format and there is also another button on the page with exactly the same code but different price:
<button type="button" class="bui-button bui-spacer--medium bui-button--primary bui-button--wide">
<span class="bui-button__text">€11</span>
</button>
How would I do this. Any help is appreciated :)