I am creating Python script for a website involving pop up sign in.
Tried the below code and getting an error message
alert = driver.switch_to.alert
alert.send_keys('username')
Error - Message: User prompt of type promptUserAndPass is not supported
How to resolve this error? any other way to input credentials for the pop up sign in?