I got an authentication pop-up which asks for name and password in order to access the website. How can I handle this?
Asked
Active
Viewed 28 times
-2

Talib
- 83
- 1
- 7
-
1Possible duplicate of [Handling Browser Authentication using Selenium](https://stackoverflow.com/questions/10395462/handling-browser-authentication-using-selenium) – Filburt Apr 04 '19 at 14:16
1 Answers
1
It's basic authentication pop-up and you can bypass it just by passing url like this https://username:pwd@dev.cudlynest.com

Chandu
- 2,053
- 3
- 25
- 39