I am trying to click on the second button, but I can't differentiate between the two buttons using class names.
div class="ng-view ff-domain ng-scope">
<div class="hero-unit blur-background ng-scope">
<h1></h1>
<h2></h2>
<a class="btn btn-large btn-warning btn-hero" href="/au/shop/glasses?gender=women"></a>
<a class="btn btn-large btn-warning btn-hero" href="/au/shop/glasses?gender=men"></a>
<div class="carousel ng-isolate-scope" carousel="" ng-mouseleave="play()" ng-mouseenter="pause()"></div>
</div>