selenium-webdriver-selector
v1.0.3
Published
UI Testing Framework
Readme
selenium-webdriver-selector
Getting Started
- You'll also need to install Chromedriver and have it available in your path.
- download Chromedriver
npm install selenium-webdriver-selector --save
npm install mocha --save
lodash --saveProject Directory Structure
.
+--root directory
| +-- test
| +-- definition
| +-- fixtures
| +-- unit
| +-- *.Spec.coffee
| +-- web
| +-- *.Spec.coffee
| +-- mocha-globals.coffee
| +-- mocha.opts
.
License
@desiredCapabilities = _.assign { browserName: 'chrome', version: '', javascriptEnabled: true, locationContextEnabled: true, handlesAlerts: true, rotatable: true, platform: 'ANY' }, options
