To handle the 'Authentication Required' pop up using selenium from Firefox web driver you can use the following web driver code:
where 'NXTest' will be your user name and 'Test123' the password.
Hope this tip is of some help.
baseUrl = "https://NXTest:Test123@apwms.qa.redbond.net/ui/";
driver.get(baseUrl); where 'NXTest' will be your user name and 'Test123' the password.
Hope this tip is of some help.
No, This code does not work for me on firefox.
ReplyDeleteBrijesh,
ReplyDeleteIf you are getting any error message, please post it as a comment here.
i am having 2.27 chrome driver version. My chrome browser version is "Version 55.0.2883.87". My selenium version is selenium-java-3.0.1....
ReplyDelete