Skip to main content

Python client library for Sauce Labs API.

Project description

Python client library for Sauce Labs API.

documentation

please see docs at: http://cgoldberg.github.io/sauceclient/

about sauceclient

sauceclient is a Python client library used to retrieve and update information about resources. The Sauce Labs API provides the following resources:

  • Information

  • Jobs

  • Provisioning

  • Usage

sauceclient is not for running your tests on Sauce Labs’ service. (That is done via Selenium WebDriver).

About Sauce Labs

Sauce Labs is a service that allows you to run remote Selenium WebDriver tests from their cloud. They have VM’s with 100+ browser/OS combinations, allowing comprehensive cross-browser cross-platform test coverage.

Example sauceclient Usage

  • public access:

    import sauceclient
    
    sc = sauceclient.SauceClient()
    status = sc.information.get_status()
  • with authorization:

    import sauceclient
    
    sc = sauceclient.SauceClient(
        'sauce-username',
        'sauce-access-key',
    )
    job_ids = sc.jobs.get_job_ids()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sauceclient-0.2.1.tar.gz (8.0 kB view details)

Uploaded Source

File details

Details for the file sauceclient-0.2.1.tar.gz.

File metadata

File hashes

Hashes for sauceclient-0.2.1.tar.gz
Algorithm Hash digest
SHA256 e8e6156ac81973d3b8f8b3c99bb360678428deb41af91e4f566f015eb7a43acb
MD5 cb699fedde6edfdc32d531c5885ce4a6
BLAKE2b-256 08d237b983d58441c5bce2cc3bb791490ac86acb6e1fd7037596d77778c1b488

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page