I'm trying to figure out why I'm getting this error message. I'm running the webdriver.Chrome() with selenium in a Windows environment.
When I run:
driver.get("http://www.google.com")
Or any url for that matter, python returns an HTML doc to the terminal saying;
Access denied, your system policy has denied access to the requested URL. For assistance contact your network support team
I'm not not sure what the issue so I need to figure out the error so I can send it to my IT. This is on a company managed device.