I am trying to set a click on this button with the code below using class name or id name but I am unable to find it.
<a href="mobile/register.php" class="primary-btn text-uppercase" style="margin-bottom:5px; color: #569EA4!important;"> <i class="fa fa-user-plus fa-2x" style="font-size: 15px;"></i> Register</a>
I tried it this way but is not working
document.getElementsByClassName(“primary-btn text-uppercase”).click();