-1
I have these codes and I want to click the button Ver link
, but I can’t because it’s a div
.
If you use the submit
he skips the task.
<div class="btn_site"><br>
<div class="btn-dizu bg-orange sombra marginT1 Bradius5 pularTarefa"><br>
<button type="submit"><br>
<p class="padd1 paddL3 paddR3 text_white">Pular Tarefa</p>
</button><br>
</div><br>
<div class="btn-dizu bg-white sombra border1Grey Bradius5"><br>
<a href="https://instagram.com/zhuleeeee" id="conectar_step_4" target="_blank"><br>
<p class="padd1 paddL3 paddR3 text_black">Ver link</p>
</a><br>
</div><br>
<div class="btn-dizu bg-blue sombra marginT1 Bradius5 d-none" id="conectar_step_5"><br>
<button type="submit"><br>
<p class="padd1 paddL3 paddR3 text_white">confirmar</p>
</button><br>
</div><br>
</div><br>
I took the xpath from the div and it worked super well thanks friend
– Franklin Erick