{"id":16624260,"url":"https://github.com/dcramer/selenium-saucelabs-python","last_synced_at":"2025-10-06T10:25:04.264Z","repository":{"id":1301322,"uuid":"1243488","full_name":"dcramer/selenium-saucelabs-python","owner":"dcramer","description":"Selenium driver for Sauce OnDemand","archived":false,"fork":false,"pushed_at":"2011-01-28T00:14:27.000Z","size":785,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T11:18:57.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://saucelabs.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcramer.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-01-11T22:51:22.000Z","updated_at":"2023-09-08T16:28:15.000Z","dependencies_parsed_at":"2022-08-16T13:00:43.877Z","dependency_job_id":null,"html_url":"https://github.com/dcramer/selenium-saucelabs-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fselenium-saucelabs-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fselenium-saucelabs-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fselenium-saucelabs-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fselenium-saucelabs-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcramer","download_url":"https://codeload.github.com/dcramer/selenium-saucelabs-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238913042,"owners_count":19551469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T03:45:42.237Z","updated_at":"2025-10-06T10:24:59.215Z","avatar_url":"https://github.com/dcramer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Nearly drop-in replacement for selenium driver in Python which allows easy integration with Sauce OnDemand.\n\nFor more information about Sauce OnDemand, please visit their website: https://saucelabs.com/\n\nInstall\n-------\n\nInstallation is easy using pip or setuptools::\n\n  pip install selenium-saucelabs-python\n  \nUsage\n-----\n\nIntegration is almost identical to the selenium driver::\n\n  import saucelabs\n\n  selenium = saucelabs.Selenium(host='127.0.0.1', port='80', browser=saucelabs.FIREFOX, \n                                sauceUsername=USERNAME, sauceApiKey=API_KEY)\n\nThe following variables may be passed to the constructor:\n\n- ``host``\n- ``port``\n- ``browser``\n- ``sauceUsername``\n- ``sauceApiKey``\n- ``sauceDomain``\n- ``sauceConnect``: defaults to ``'sauce_connect'``; path to sauce connect binary\n- ``os``: defaults to ``LINUX``\n- ``browserVersion``: defaults to ``''``\n- ``build``: defaults to ``None``\n- ``customData``: defaults to ``{}``\n\nThe ``setJobInfo`` api is also available within the driver::\n\n  selenium.setJobInfo(name='foo', tags=['a', 'b', 'c'], passed=True)\n\nFor more information, see the small amount of code in saucelabs/__init__.py, and saucelabs/tests.py","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fselenium-saucelabs-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcramer%2Fselenium-saucelabs-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fselenium-saucelabs-python/lists"}