Wednesday 30 April 2014

Not able to open Web Page Selenium Driver

Method get requires the protocol as part of the URL

Change:
String baseurl = "www.google.com";
 
To:
String baseurl = "http://www.google.com";