Interview Questions

Selenium WebDriver - How to login into any site if its showing any authetication popup for user name and pass ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - How to login into any site if its showing any authetication popup for user name and pass ?

pass the username and password with url.
Syntax- http://username:password@url
ex- http://yyy:jamesbond007@alpha.yyy.com

Syntax- http://username:password@url
ex- http:/yyy:jamesbond007@alpha.yyy.com

(Continued on next question...)

Other Interview Questions