Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

crossbrowsertesting/cbthelper-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cbthelper (for python)

cbthelper wraps CrossBrowserTesting's selenium api 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