How we can handle windows authentication in iOS Safari browser I used the below format but it is not working https://username:password@test.com. Could you please guide me to fix it | Appium Forum
H
Hemambika vadivu Posted on 21/09/2019

A
aditya Replied on 26/09/2019

Before accessing the http authentication protected website, ask selenium to go to page ‘a’, and then send the goto to users/pass@address.com, like this:

browser.goto(a)

browser.goto(“http://username:password@address.com”)