Giter Site home page Giter Site logo

wooodhead / webdriverio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webdriverio/webdriverio

0.0 1.0 0.0 124.05 MB

A Node.js bindings implementation for the W3C WebDriver protocol

Home Page: http://webdriver.io

License: MIT License

JavaScript 93.98% HTML 5.14% CSS 0.88%

webdriverio's Introduction

WebdriverIO WebdriverIO

Build Status NPM version Dependency Status npm Coveralls Gitter

Selenium Test Status


Homepage | Developer Guide | API Reference | Contribute

This library is a Webdriver (browser automation) module for Node.JS. It makes it possible to write super easy Selenium tests in your favorite BDD/TDD test framework, that will run locally or in the cloud using Sauce Labs, BrowserStack or TestingBot.

WebdriverIO is agnostic with regards to the test framework you want to use. Cucumber, Jasmine and Mocha+Chai are supported by the configuration wizard.

Installation

npm install webdriverio

or if you want to use the wdio test runner

npm install -g webdriverio

Getting started

Simply run wdio config and the configuration helper wizard will get you set up:

wdio wizard

With all that done, have a look at the many examples.

Plugins

Grunt Integration Gulp Integration Sublime Text Plugin Atom.io Plugin Visual Regression Testing with Applitools Eyes WebRTC Analytics Plugin

Syntax example

browser.url('http://google.com');
$('#q').setValue('webdriver');
$('#btnG').click();

Notice how this is far simpler than with the original selenium-webdriverjs,

driver.get('http://www.google.com');
driver.findElement(webdriver.By.id('q')).sendKeys('webdriver');
driver.findElement(webdriver.By.id('btnG')).click();

and significantly simpler than with WD.js:

browser
  .get("http://www.google.com")
  .elementById('q')
  .sendKeys('webdriver')
  .elementById('btnG')
  .click()

For more details on the comparison between WebdriverIO, selenium-webdriverjs and WD.js, read this discussion. Also see more WebdriverIO examples in the example folder.

Need help?

If you have questions or any problems using WebdriverIO join the Gitter Chat, hit us contributor on Twitter or just file an issue on Github. We will try to get back to you as soon as possible.

Also if you miss any feature, let us know so we can make WebdriverIO even better. For news or announcements check @WebdriverIO on Twitter.

NPM Maintainers

The npm module for this library is maintained by:

History

WebdriverIO was originated by Camilo Tapia's initial Selenium project called WebdriverJS, which was the first webdriver project on NPM. In 2014, the project was renamed WebdriverIO later on.

License

MIT

webdriverio's People

Contributors

amilajack avatar apergy avatar camme avatar christian-bromann avatar csoete avatar dandv avatar danjenkins avatar fijijavis avatar filaraujo avatar georgecrawford avatar hanneshal avatar hborawski avatar j0tunn avatar jankcat avatar just-boris avatar klamping avatar l-hunter avatar mdu avatar monolithed avatar risto-stevcev avatar robinfr avatar sa-spag avatar sbmaxx avatar timbru31 avatar tuhuynhvan avatar uniqueid001 avatar vvo avatar webos101 avatar willbrock avatar ysono avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.