This repository was archived by the owner on Nov 29, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 195
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
IE11 exceptions with IEDriverServer: Unable to get browser #6511
Copy link
Copy link
Closed
Description
Originally reported on Google Code with ID 6511
Before filing an issue, please read the page at
http://code.google.com/p/selenium/wiki/SeleniumHelp This contains lot of
information about how best to get help, and tells you what we need to know.
Still here? We know that bugs are frustrating and annoying things. We also
know that you've probably spent ages trying to figure out what's wrong. The
more information you give us now, the more likely it is that we'll be able
to help.
What steps will reproduce the problem?
1. Install IE11 (with Windows8.1?)
2. Instantiate new InternetExplorer
3. driver.Url = "http://some.url"
4. if (driver.Title == "some title")...
What is the expected output? What do you see instead?
I expect to be able to access the driver.Title property. Instead I get an exception:
http://screencast.com/t/hgWSySkJJ
Unable to get browser: at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response
errorResponse) in c:\Projects\WebDriver\trunk\dotnet\src\WebDriver\Remote\RemoteWebDriver.cs:line
1021
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute,
Dictionary`2 parameters) in c:\Projects\WebDriver\trunk\dotnet\src\WebDriver\Remote\RemoteWebDriver.cs:line
846
at OpenQA.Selenium.Remote.RemoteWebDriver.get_Url() in c:\Projects\WebDriver\trunk\dotnet\src\WebDriver\Remote\RemoteWebDriver.cs:line
136
Selenium version: IEDriverServer 2.37 (Win32)
OS: Windows8.1
Browser: Internet Explorer
Browser version: 11
Please provide any additional information below. A sample reduced test
case, or a public URL that demonstrates the problem will intrigue our merry
band of Open Source developers far more than nothing at all: they'll be far
more likely to look at your problem if you make it easy for them!
Reported by ben.empson
on 2013-10-31 14:29:55