This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
[IEDriverServer] Crash (0xc0000005) on executing js "return window.frameElement;" #8023
Open
Description
Originally reported on Google Code with ID 8023
What steps will reproduce the problem?
WebDriver driver = new InternetExplorerDriver();
driver.get("http://google.com");
System.out.println(((JavascriptExecutor) driver).executeScript("return window.frameElement;"));
driver.quit();
Selenium version:2.43.1
Driver version:2.43.0.0
OS:Win-XP-SP3
Browser:IE
Browser version:8.0.6001.18702
Reported by VMaximWork
on 2014-10-13 08:52:50