Skip to content

Instantly share code, notes, and snippets.

View svkangal's full-sized avatar
:copilot:

Shrinivas Kangal svkangal

:copilot:
View GitHub Profile
@svkangal
svkangal / webdriver.js
Created October 31, 2015 05:21 — forked from christian-bromann/webdriver.js
Use Webdriverjs with Sauce Labs (example)
var webdriverjs = require('../index'),
client = webdriverjs.remote({
desiredCapabilities: {
browserName: 'chrome',
version: '27',
platform: 'XP',
tags: ['examples'],
name: 'This is an example test'
},
host: 'ondemand.saucelabs.com',