I am using selenium webdriver to access a website. driver.get("http://user:password@samplewebsite");
Two authentications are required for accessing the site. First authentication works since I have given user:password@samplewebsite
But the second authentication popup is for another site. eg: https://samplesite2
How to handle this multiple authentication problem.
Could someone let me know whether there is any solution for such issues.