I'm trying to to click the button in this html code
<div class="modal-footer"><button class="btn" data-dismiss="modal">Kapat</button></div>
I've already tried find with various combinations, the closest I came to success was with this code:
click_on "Kapat"
The problem is that there are 3 copies of the same button in the page, so my question is; is there a way to specify this particular div ?