You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
What steps will reproduce the problem?
1. Launch any with Internet explorer 9 Using WebDriver
What do you see instead?
I get an Exception Caused by: org.openqa.selenium.remote.SessionNotFoundException:
Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070012
('There are no more files.') for URL 'about:blank' (WARNING: The server did not provide
any stacktrace information)
Command duration or timeout: 21.32 seconds
Selenium version: 2.44
OS: Windows 7 x64
Browser: Internet Explorer
Browser version: 9 (v9.0.8112.16421 Update 9.0.34)
Tried with Protected Mode enabled in all zoned and disabled does not make any difference.
IEDriverServer v.2.44.0.0
I launch a selenium grid node, that connect to a hub with then runs tests.
i've set webdriver.ie.driver.extractpath to C:\node\temp, on the node because IEDriverServer
extracts a library to a temp folder and tries to execute it but fails, because corporate
protection software prevents it.
Attached full log file