Handling Basic authentication browser dialog | Selenium Forum
N
nagesh.nagaraja Posted on 27/03/2020

Has anyone come across the situation to handle browser dialog in Safari to enter user name and password? If yes can you please share the approach? For example: Use the following url we need to enter user id = admin  and password = admin.

https://the-internet.herokuapp.com/basic_auth

I know using userid:password@url syntax works in chrome and firefox. But it does not work in Safari. So need help.


A
Ashish Thakur Replied on 29/03/2020

Well you need to use auto IT for this 

Its explained in video number 17 and you will be able to understand