http basic authentication webdriver
use http username and http password before @ and parse it through url. driver.get("http://username:password@www.example.com");
use http username and http password before @ and parse it through url. driver.get("http://username:password@www.example.com");