UNPKG

nightwatch

Version:

Easy to use Node.js based End-to-End testing solution for browser based apps and websites, using the W3C WebDriver API.

9 lines (7 loc) 179 B
const JsonWire = require('./jsonwire.js'); class Selenium2Protocol extends JsonWire { get defaultPathPrefix() { return '/wd/hub'; } } module.exports = Selenium2Protocol;