Skip to content

Instantly share code, notes, and snippets.

@dbriones
Created April 19, 2013 20:39
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 dbriones/5423075 to your computer and use it in GitHub Desktop.
Save dbriones/5423075 to your computer and use it in GitHub Desktop.
GhostDriver click() failure message
org.openqa.selenium.WebDriverException: Error Message => 'Click failed: SyntaxError: Parse error'
caused by Request => {"headers":{"Accept":"application/json, image/png","Connection":"Keep-Alive","Content-Length":"27","Content-Type":"application/json; charset=utf-8","Host":"localhost:38251"},"httpVersion":"1.1","method":"POST","post":"{\"id\":\":wdc:1366402983954\"}","url":"/click","urlParsed":{"anchor":"","query":"","file":"click","directory":"/","path":"/click","relative":"/click","port":"","host":"","password":"","user":"","userInfo":"","authority":"","protocol":"","source":"/click","queryKey":{},"chunks":["click"]},"urlOriginal":"/session/ede93690-a92e-11e2-a192-6127e00545f9/element/%3Awdc%3A1366402983954/click"}
Command duration or timeout: 427 milliseconds
Build info: version: '2.31.0', revision: '1bd294d185a80fa4206dfeab80ba773c04ac33c0', time: '2013-02-27 13:51:26'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.8.3', java.version: '1.7.0_09'
Session ID: ede93690-a92e-11e2-a192-6127e00545f9
Driver info: org.openqa.selenium.phantomjs.PhantomJSDriver
Capabilities [{platform=MAC, acceptSslCerts=false, javascriptEnabled=true, browserName=phantomjs, rotatable=false, driverVersion=1.0.3, locationContextEnabled=false, version=1.9.0, cssSelectorsEnabled=true, databaseEnabled=false, handlesAlerts=false, browserConnectionEnabled=false, proxy={proxyType=direct}, nativeEvents=true, webStorageEnabled=false, driverName=ghostdriver, applicationCacheEnabled=false, takesScreenshot=true}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment