# cabbie

> An asynchronous and synchronous webdriver client

Latest version **0.12.1** (published 2018-05-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install cabbie
pnpm add cabbie
yarn add cabbie
bun add cabbie
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.12.1 |
| Published | 2018-05-23 |
| First published | 2014-01-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 68 |
| Author | ForbesLindesay |
| Maintainers | forbeslindesay |
| Keywords | cabbie, webdriver |

## Links

- npm: https://www.npmjs.com/package/cabbie
- Repository: https://github.com/ForbesLindesay/cabbie
- Homepage: https://github.com/ForbesLindesay/cabbie#readme
- Issues: https://github.com/ForbesLindesay/cabbie/issues
- npm.io page: https://npm.io/package/cabbie

## Dependencies (2)

- [cabbie-sync](https://npm.io/package/cabbie-sync.md) 0.12.1
- [cabbie-async](https://npm.io/package/cabbie-async.md) 0.12.1

## Recent versions

- 0.12.1 (latest) — 2018-05-23
- 0.12.0 — 2018-05-23
- 0.11.8 — 2017-11-16
- 0.10.7 — 2017-08-09
- 0.10.6 — 2017-08-09
- 0.10.3 — 2017-07-12
- 0.10.2 — 2017-07-09
- 0.10.1 — 2017-07-09
- 0.10.0 — 2017-07-09
- 0.9.1 — 2017-07-07
- 0.9.0 — 2017-07-07
- 0.8.2 — 2017-06-21
- 0.8.1 — 2017-06-21
- 0.6.0 — 2017-05-29
- 0.5.3 — 2017-02-24
- … 17 more at https://npm.io/package/cabbie/versions

## README

# Cabbie

A synchronous and asynchronous webdriver client for node.js.  This client is completely standalone so you can use your choice of test framework: jest, mocha, jasmine, tap.......you decide!

## Installation

To write async tests:

```
npm install cabbie-async
```

To write sync tests:

```
npm install cabbie-sync
```

## Usage

To write async tests, see https://cabbiejs.org/async

To write sync tests, see https://cabbiejs.org

---
_Source: https://npm.io/package/cabbie · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
