domingo, 31 de enero de 2016

Selenium / Java - Click on an element of the webpage

Hello!
This trick will perform a click on an element of the webpage by using it's xpath as parameter:
 
driver.findElement(By.xpath("XPATH")).click();

Done!
Share this post with a friend!

No hay comentarios.:

Publicar un comentario