How does Selenium handle proxy popups?

How does Selenium handle proxy popups?

Using the Selenium WebDriver, you can handle proxy authentication popups by switching to the HTTP proxy authentication alert and passing the login details (username and password) directly to the alert using the send keys method.