Metadata-Version: 2.1
Name: cbthelper
Version: 0.1.3
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

## 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
See example.py to see how you can use the library. Don't forget to set your username and authkey in that file. You can also set the environment variables CBT\_USERNAME and CBT\_AUTHKEY.

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


