UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

9 lines (6 loc) 121 B
function Page () { } Page.prototype.open = function (path) { browser.url('/' + path) } module.exports = new Page()