Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Status-Untriaged
New issue 5650 by
dengke_...@163.com: Unexpected error launching Internet
Explorer. IELaunchURL() returned 80070490
http://code.google.com/p/selenium/issues/detail?id=5650
The problem is when I execute a C# code to exec IE with IEDriverServer.exe,
it doesn"t work.
i have following lines code for ie driver open
InternetExplorerDriverService ieservice =
InternetExplorerDriverService.CreateDefaultService();
ieservice.LoggingLevel =
InternetExplorerDriverLogLevel.Trace;
string path =
typeof(Setting).Assembly.GetModules()[0].FullyQualifiedName;
string directory = Path.GetDirectoryName(path);
ieservice.LogFile =
Path.Combine(directory, "IEDriver.log");
var options = new InternetExplorerOptions();
options.IntroduceInstabilityByIgnoringProtectedModeSettings = true;
webDriver = new InternetExplorerDriver(ieservice, options,
TimeSpan.FromMinutes(5));
Selenium version: 2.28
OS: Windows7
Browser: Internet Explorer
Browser version: 8
Attachments:
IEDriver.log 7.6 KB
C#Expection.txt 1003 bytes
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings