Interview Questions

Selenium WebDriver - Explain how you can login into any site if it’s showing any authentication popup for password and username?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - Explain how you can login into any site if it’s showing any authentication popup for password and username?

Pass the username and password with url

Syntax-http://username:password@url
ex- http://creyate:tom@www.gmail.com

(Continued on next question...)

Other Interview Questions