Trying to find right xpath selector. Element has only href
unique. Is that possible to find element by href="#">iphone X
text and parent class class="card h-100"
. But click <button class="btn btn-info">
which is another child of parent class.
<div class="card h-100">
<div class="card-body">
<h4 class="card-title">
<a href="#">iphone X</a>
</h4>
</div>
<div class="card-footer">
<button class="btn btn-info"></button>
</div>
</div>