jueves, 28 de enero de 2016

Selenium / Java - How to navigate to url

Hi!
This a simple trick. Once you have initialized your WebDriver variable, you can perform the navigation in this way:
 
driver.get("http://www.google.com");

That's it! Share this post with a friend.

No hay comentarios.:

Publicar un comentario