Skip to content

Instantly share code, notes, and snippets.

@ctrlShiftBryan
Created June 5, 2018 14:51
Show Gist options
  • Save ctrlShiftBryan/df1e1fe2f19a0766406ec9c8a2cfb5c8 to your computer and use it in GitHub Desktop.
Save ctrlShiftBryan/df1e1fe2f19a0766406ec9c8a2cfb5c8 to your computer and use it in GitHub Desktop.
Curl Chromedriver
curl -XPOST http://localhost:9515/session -d '{"desiredCapabilities":{"browserName":"chrome", "chromeOptions":{"args":["--headless"]}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment