Pages

Saturday, September 4, 2010

How to get the current URL using Selenium??

Use this command to print the current URL
System.out.println(selenium.getLocation());

No comments:

Post a Comment