Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dex4er/webdriverio-test-google

Simple demonstration how to click through webpage using webdriver.io
https://github.com/dex4er/webdriverio-test-google

Last synced: 11 days ago
JSON representation

Simple demonstration how to click through webpage using webdriver.io

Awesome Lists containing this project

README

        

# webdriverio-test-goole

This is simple demonstration how to click through webpage using webdriver.io

## Install

node (http://nodejs.org), Java (http://www.java.com), Chrome (http://www.google.com/chrome/) or Firefox (http://www.firefox.com/)

## Environment

```
PATH=node_modules/.bin:$PATH
```

or

```
set PATH=node_modules\.bin;%PATH%
```

## Node

```
npm install
```

## Selenium

```
selenium-standalone install

selenium-standalone start
```

## WebdriverIO

```
wdio
```

## Documentation

See http://webdriver.io/api.html