I want execute my script on edge browser for basic authentication I have tried with below approach but it does not work
1)String URL = "http://" +Username + ":" + Password + "@" + URL WebUI.navigateToUrl(URL)
2)I have also try with robot class
OS: Windows 10 I am using katalon Studio
If any one know how to hanldle Windows Security pop up in Microsoft Edge 44.18362.449.0
Thanks in advance