An asynchronous and synchronous webdriver client
npm install cabbieA 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!
To write async tests:
```
npm install cabbie-async
To write sync tests:
```
npm install cabbie-sync
To write async tests, see https://cabbiejs.org/async
To write sync tests, see https://cabbiejs.org