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

FirefoxDriver fails to execute async script with FireFox 35 #8398

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

FirefoxDriver fails to execute async script with FireFox 35 #8398

lukeis opened this issue Mar 4, 2016 · 2 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

Originally reported on Google Code with ID 8398

Here is an example test that shows the issue (using webdriver JS bindings):

var webdriver = require('selenium-webdriver');

var driver = new webdriver.Builder().
    usingServer('http://localhost:4444/wd/hub').
    withCapabilities({'browserName': 'firefox'}).
    build();

driver.get('http://juliemr.github.io/webdriver-bugs/');

driver.executeAsyncScript("function(cb) { window.setTimeout(cb, 30);}");

driver.quit();

The program hangs forever on the executeAsyncScript call. In the firefox console, I
see the error "Error: Permission denied to access property '0'"


Selenium version: 2.44.0
OS: OSX 10.9.5
Browser: FireFox
Browser version: 35.0

Reported by ju.ralph on 2015-01-16 19:06:57

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by jmleyba on 2015-01-16 20:16:15

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

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

  • 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