Metadata-Version: 2.1
Name: cbthelper
Version: 0.1.2
Summary: a helper library for cross browser testing's selenium api
Home-page: https://github.com/crossbrowsertesting/cbthelper-python
Author: Tim Hamilton
Author-email: timh@crossbrowsertesting.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: fuzzywuzzy

## cbthelper (for python)
cbthelper wraps CrossBrowserTesting's [selenium api](https://crossbrowsertesting.com/apidocs/v3/selenium.html) into an easy to use library.

#### Install
```
pip install cbthelper
```

#### Usage
You can find an example of how to use the library in the example directory. Don't forget to set username and authkey in example/main.py. You can also set the environment variables CBT\_USERNAME and CBT\_AUTHKEY.

[Grab the documentation here](https://cbthelper.readthedocs.io/en/latest/)


