UNPKG

webdriverjs

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

6 lines 199 B
describe('remote method without options', function() { it('does not fails', function() { var webdriverjs = require('../../index.js'); var client = webdriverjs.remote(); }); })