Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

IE fails to navigate to new site when told to #7169

Closed
lukeis opened this issue Mar 4, 2016 · 3 comments
Closed

IE fails to navigate to new site when told to #7169

lukeis opened this issue Mar 4, 2016 · 3 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

Originally reported on Google Code with ID 7169

What steps will reproduce the problem?
1. Run internal selenium python program.

What is the expected output? What do you see instead?
Expected:
For browser to navigate to website on different host.
Actual:
Browser stays on the current website.

How reproducible is the problem?
Problem is reproducible every time.

Selenium version: 2.41.0
OS: Windows 7
Browser: Internet Explorer
Browser version: 11
IEDriverServer version: 2.41.0.0

At the point of failure the code is effectively doing
[stuff on site1]
driver.get("http://site2/")
url = driver.current_url
wait.until(ExpectedConditions.presence_of_element_located((By.ID, "element")))

Looking at url shows we are still on site1 and looking at driver.current_url after
the wait has failed still shows we are on site1 (and IE's address bar is still on site1
too). After the failure has occurred doing
driver.get("http://site2/")
correctly goes to site2.

In the attached log the point at which site2 should be loaded is 2014-04-03 09:46:09:180
 (line 7729).

Reported by sitsofe on 2014-04-03 09:05:42


- _Attachment: [selenium-iedriver.log](https://storage.googleapis.com/google-code-attachments/selenium/issue-7169/comment-0/selenium-iedriver.log)_
@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I am also having this same issue.  When the selenium script tries to run on IE 11, if
fails to go to the URL.

Reported by slpoole1@yahoo.com on 2014-04-04 18:57:22

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by barancev on 2014-04-08 13:13:26

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by luke.semerau on 2015-09-17 18:22:17

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 4, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant