0.2.1 • Published 8 years ago

protractor-extensions v0.2.1

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

protractor-extensions

API extensions for ElementFinder

Install

$ npm install protractor-extensions --save-dev

Usage

Either put this in the top of your test file

require('protractor-extensions');

or put this in your protractor.conf.js file

exports.config = {
  plugins: [{
    path: 'node_modules/protractor-extensions/index.js'
  }]
};

require('protractor-extensions');