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");
Hope you guys have basic knowledge in selenium? yep..that’s enough for this. I am using linux as testing environment.. the procedures will be same in windows or other platforms, but the installation process will be different for each platforms. Prerequisite 1. Install python using – most of the cases this is not needed, should be […]