Skip to content

Instantly share code, notes, and snippets.

@doomsbuster
Created August 6, 2016 02:09
Show Gist options
  • Save doomsbuster/2ffac0d04bc2c04c0b28c04ea03778bb to your computer and use it in GitHub Desktop.
Save doomsbuster/2ffac0d04bc2c04c0b28c04ea03778bb to your computer and use it in GitHub Desktop.
node test.js
=======================================================================================
Selenium 2.0 / webdriver protocol bindings implementation with helper commands in nodejs.
For a complete list of commands, visit http://webdriver.io/api.html.
=======================================================================================
[22:08:37] COMMAND POST "/wd/hub/session"
[22:08:37] DATA {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"browserName":"chrome","loggingPrefs":{"browser":"ALL","driver":"ALL"},"requestOrigins":{"url":"http://webdriver.io","version":"4.2.3","name":"webdriverio"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment