UNPKG

selenium-pageobject

Version:

A lightweight pageobject library for selenium's webdriverjs

14 lines (12 loc) 320 B
"use strict"; /* Function from Typescript: http://www.typescriptlang.org/ */ module.exports = function (d, b) { for (var p in b) { if (b.hasOwnProperty(p)) { d[p] = b[p]; } } function __() { this.constructor = d; } __.prototype = b.prototype; d.prototype = new __(); };