0

The pop-up which is highlighted in the image is getting handled on firefox and IE browser as the text of the pop-up gets changed (i.e. it becomes to "Authentication required") but on chrome, it is seen as it is there in the image. For solving this, i have already used Robot class and AutoIt script, but it is not working. Is there any other enter image description hereway to solve this problem?

Alok
  • 1
  • 1
  • Possible duplicate of [Selenium - Basic Authentication via url](https://stackoverflow.com/questions/45345882/selenium-basic-authentication-via-url) – undetected Selenium May 15 '18 at 15:14
  • try this : String URL = "http://" + username + ":" + Password + "@" + www.your websitename.com; driver.get(URL); – cruisepandey May 15 '18 at 18:11

0 Answers0