Headless_ie_driver Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070012 ('There are no more files.')
问题 I'm trying to run a simple headless web-browser; from selenium import webdriver from selenium.webdriver.common.keys import Keys driver = webdriver.Ie("headless_ie_selenium.exe") driver.get("www.google.com") print(driver.title) And I'm getting: selenium.common.exceptions.SessionNotCreatedException: Message: Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070012 ('There are no more files.') for URL 'http://localhost:65393/' What I've tried but didn't work: 1: from