Posts by João de Lima • 33 points
3 posts
-
0
votes1
answer1256
viewsA: SIMULATE CLICK ON A <a href via SELENIUM WEBDRIVER
I think I found the solution. driver.findElement(By.xpath("//a[@title='Visualizar Texto']")).click();
javaanswered João de Lima 33 -
-2
votes1
answer1256
viewsQ: SIMULATE CLICK ON A <a href via SELENIUM WEBDRIVER
I am walking through a TABLE in the last column I have a link that opens an Alert, but I am not able to simulate the click with Selenium, if someone can help me? td class="aligncenter"> a…
javaasked João de Lima 33 -
2
votes2
answers124
viewsQ: Simulate Click with webview on a href
<li class="paginate_button page-item next" id="tb_next" <a href="#" aria-controls="tb" data-dt-idx="5" tabindex="0" class="page-link">Seguinte</a> </li> Hello friends, I have a…
javascriptasked João de Lima 33