You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
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.use the 'webdriver.switchTo().frame("WinIFrame0")' to switch to an Iframe
<iframe id="WinIFrame0" scrolling="no" src="about:blank" style="position: absolute;
border: none; width: 100%; height: 100%; background-color: rgb(255, 255, 255);"></iframe>
in the page using Safari webdriver
2.
3.
What is the expected output? What do you see instead?
Expected: can switch to Iframe with ID 'WinIFrame0'
Result: When use Chrome or IE, I can switch to Iframe with ID 'WinIFrame0' with the
method above, but in Safari webdriver I cannot switch to the Iframe, and got exception
that 'NoSuchFrameException: Unable to locate frame with WinIFrame0’
I also used the method in https://groups.google.com/forum/#!topic/webdriver/Wv2gEtln2jc,
'driver.switchTo().frame(driver.findElement(By.id("WinIFrame0")))'
Still cannot find element with id "WinIFrame0".
Selenium version:2.35.0
OS:MAC OS 10.9.5
Browser:Safari
Browser version:7.0.6
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 windgone9 on 2015-01-21 02:04:19
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 8413
Reported by
windgone9
on 2015-01-21 02:04:19The text was updated successfully, but these errors were encountered: