I am facing below error when i run the selenium from gocd server to window server via ssh .
Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070002 ('The system cannot find the file specified.') for URL 'http://localhost:9516/' (WARNING: The server did not provide any stacktrace information)
but it working fine if i run same script in windows server itself.
Configuration:
- selenium version : 3.11
- IE browser version : 11.09
- OS : Windows server 2012 R12
- IE 32 driver version : 3.14
(I tried in lower version also 2.14 also)
same script is working fine for chrome..
Note: i configured already IE zoom settings, protected mode ...