Automation Question:

Tell us how to login into any site if it’s showing any authentication pop-up for username and password?

Automation Interview Question
Automation Interview Question

Answer:

You should pass the username and password with URL:

https://username:password@url

https://creds:test@www.test.com


Previous QuestionNext Question
Tell us what methods of Robot Class do you know?Do you know what are the main advantages of Selenium Grid?