Does anyone know how to handle the browser authentication popup(corporate web policy) using selenium webdriver in google chrome? Note: I am using Linux-Cent OS 7. I tried using the "http://username:password@example.com/yourpage", and automating using AutoIT, but since it is linux OS, AutoIt doesnt work. No error logs are generated.
Details are as follows: OS: Linux - Cent OS-7. Google Chrome version: 62 Selenium-Java version: 3.9.0
Thanks.