Skip to content

Instantly share code, notes, and snippets.

@alecxe
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alecxe/8247dd77d55ea34c8916 to your computer and use it in GitHub Desktop.
Save alecxe/8247dd77d55ea34c8916 to your computer and use it in GitHub Desktop.
Fatal error: 09:53:36.056 WARN - Exception thrown
org.openqa.selenium.WebDriverException: waiting for evaluate.js load failed
Command duration or timeout: 10.22 seconds
Build info: version: '2.44.0', revision: '76d78cf', time: '2014-10-23 20:02:37'
System info: host: 'Alexanders-MBP.home', ip: '192.168.1.3', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.10.1', java.version: '1.6.0_65'
Session ID: 12d9b0d9-4e7f-8546-84e5-452e46b88c00
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{platform=MAC, acceptSslCerts=true, javascriptEnabled=true, browserName=firefox, rotatable=false, locationContextEnabled=true, version=33.1.1, cssSelectorsEnabled=true, databaseEnabled=true, handlesAlerts=true, nativeEvents=false, webStorageEnabled=true, applicationCacheEnabled=true, takesScreenshot=true}]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:204)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:156)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:599)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:508)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:101)
at com.sun.proxy.$Proxy1.executeScript(Unknown Source)
at org.openqa.selenium.support.events.EventFiringWebDriver.executeScript(EventFiringWebDriver.java:213)
at org.openqa.selenium.remote.server.handler.ExecuteScript.call(ExecuteScript.java:55)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:168)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:695)
Caused by: org.openqa.selenium.WebDriverException: waiting for evaluate.js load failed
Build info: version: '2.44.0', revision: '76d78cf', time: '2014-10-23 20:02:37'
System info: host: 'Alexanders-MBP.home', ip: '192.168.1.3', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.10.1', java.version: '1.6.0_65'
Driver info: driver.version: unknown
at <anonymous class>.injectAndExecuteScript/n(file:///var/folders/yy/ppdg927x4zv8b0rbzg1f_jzh0000gn/T/anonymous5519302007011736051webdriver-profile/extensions/fxdriver@googlecode.com/components/driver-component.js:9557:32)
at <anonymous class>.fxdriver.Timer.prototype.runWhenTrue/g(file:///var/folders/yy/ppdg927x4zv8b0rbzg1f_jzh0000gn/T/anonymous5519302007011736051webdriver-profile/extensions/fxdriver@googlecode.com/components/driver-component.js:554:64)
at <anonymous class>.fxdriver.Timer.prototype.setTimeout/<.notify(file:///var/folders/yy/ppdg927x4zv8b0rbzg1f_jzh0000gn/T/anonymous5519302007011736051webdriver-profile/extensions/fxdriver@googlecode.com/components/driver-component.js:548:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment