I'm trying to get a program to click a button using selenium.
I've tried many different find_elements_by...()
and many different arguments, but I can't figure out which find_element_by*()
. I need to use and what should be in the argument
Where is what I'm trying to click:
<article onclick="mainPrincipalPage.PerformCallback('Registro');">
<div class="imageBox">
<img src="../Images/iconRegistroHorario.svg">
</div>
<div class="titleBox">
<span>Registro horario</span>
</div>
</article>