0

I wanted to create a test via Intellij. I have also integrated the jar files. However, when I perform the operation, I encounter a hasAuthentication error. If anyone has faced similar problem before, can you help me?

Selenium Has Authentication Error Image:

Selenium Has Authentication Error Image

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
  • 1
    Does this answer your question? [selenium-4 - Not able to handle HasAuthentication popup with Remote driver](https://stackoverflow.com/questions/73290245/selenium-4-not-able-to-handle-hasauthentication-popup-with-remote-driver) – Luke_0 Jun 04 '23 at 01:23

1 Answers1

0

As per the documentation in Interface HasAuthentication if website requires any authentication through URL then the following error occurs:

HasAuthentication


Solution

To get rid of this error you need to download and integrate the selenium-api jar in your project.

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352