Skip to content

Instantly share code, notes, and snippets.

@jarib
Created April 12, 2013 14:36
Show Gist options
  • Save jarib/5372459 to your computer and use it in GitHub Desktop.
Save jarib/5372459 to your computer and use it in GitHub Desktop.
POST /session HTTP/1.1
Accept: application/json
Content-Type: application/json; charset=utf-8
Content-Length: 246
Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
User-Agent: Ruby
Connection: close
Host: 127.0.0.1:9515
{"desiredCapabilities":{"browserName":"chrome","version":"","platform":"ANY","javascriptEnabled":true,"cssSelectorsEnabled":true,"takesScreenshot":false,"nativeEvents":false,"rotatable":false,"chromeOptions":{"detach":true},"chrome.detach":true}}
HTTP/1.1 200 OK
connection:close
content-type:application/json; charset=utf-8
content-length:167
{"sessionId":"","status":13,"value":{"message":"unknown error: unrecognized chrome option: detach\n (Driver info: chromedriver=0.7,platform=Mac OS X 10.8.3 x86_64)"}}
@tcoulter
Copy link

tcoulter commented May 6, 2013

Did you ever fix this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment