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.
Internet Explorer fails to run correctly when using RemoteWebDriver #4308
Copy link
Copy link
Closed
Description
Originally reported on Google Code with ID 4308
What steps will reproduce the problem?
1. Using IWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"),
iecapa);
iecapa is only supposed to ignoreProtectedModeSettings = true.
What is the expected output? What do you see instead?
Expected to be able to see the source. Instead I see, when debugging, errors saying
every variable threw an error.
When it tries to find the elements, it throws and error. (In my code will return null
and is ignored).
I've tried to use JQuery and JavaScript, and it throws and error saying it is no element
found.
Selenium version: 2.25.0
OS: Windows Vista
Browser: Internet Explorer
Browser version: 9.0
Symptoms:
1) Problem is when using internet explorer 9 with RemoteWebDriver, it throws me errors
like crazy. When I use Firefox, I have no errors, with no scripting changes.
2) It happens everytime.
3) I am the only one developing this, so I am experiencing it.
4) Please see the attached photo
What you've tried so far:
1) No. It only fails on internet Explorer.
2) No. I do have not been making scripting changes.
Steps to Reproduce:
1) Windows Vista, Internet Explorer 9.0
2) It does it to any site, so just trying to load the driver and running it in google
for example, will do it.
3) Please see the attached .CS file.
4) Please see the attached .CS file
Anything else we should know:
When using the RemoteWebDriver there are some issues. I can use it with FireFox ( IWebDriver
driver = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), DesiredCapabilities.Firefox());
) and it works perfectly with no scripting changes, and throws no errors. I also am
not using the IEDriverServer, since it can not be done remotely, so I am using selenium-standalone-server-2.25.0.jar.
When using it with internet explorer, however, I am always getting these errors. I've
been searching on the web for days now trying to find something out. I have nothing
and am stumped.
If anymore information is needed I will provide it.
Reported by twister1002
on 2012-07-25 15:57:30
- _Attachment: [seleniumError.jpg](https://storage.googleapis.com/google-code-attachments/selenium/issue-4308/comment-0/seleniumError.jpg)_ - _Attachment: [GoogleIE.cs](https://storage.googleapis.com/google-code-attachments/selenium/issue-4308/comment-0/GoogleIE.cs)_