They could support me, I am making a macro in VBA
and I need to give click
in the CONFIRMAR button. The problem is that there are 2 buttons with the same ID
and honestly I have no idea how to do it.
I enclose the HTML
:
<div class="btn" id="botonesDiv">
<a class="button" id="btnCont" onclick="javascript: regresarListado();" href="javascript: void(0)">
<span>CANCELAR</span>
</a>
<a class="button" id="btnCont" onclick="javascript: capturaCorreoContratacion();" href="javascript: void(0)">
<span>CONFIRMAR</span>
</a>
</div>