Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dex4er/webdriverio-test-google
- Owner: dex4er
- Created: 2015-10-01T14:40:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T14:45:15.000Z (about 9 years ago)
- Last Synced: 2024-10-28T09:01:28.903Z (about 2 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installselenium-standalone start
```## WebdriverIO
```
wdio
```## Documentation
See http://webdriver.io/api.html