-2

I got an authentication pop-up which asks for name and password in order to access the website. How can I handle this?enter image description here

Talib
  • 83
  • 1
  • 7
  • 1
    Possible 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 Answers1

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