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 hashes)

Uploaded Source

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