UNPKG

webdriverjs

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

7 lines (6 loc) 149 B
module.exports = function realPath(base) { var path = require('path'); return function(file) { return path.join(base, file); } }