{"id":28491963,"url":"https://github.com/browserbase/quickstart-selenium-python","last_synced_at":"2026-02-21T09:31:32.512Z","repository":{"id":238475657,"uuid":"796634542","full_name":"browserbase/quickstart-selenium-python","owner":"browserbase","description":"Clone this repository to get started with Selenium (Python) and Browserbase.","archived":false,"fork":false,"pushed_at":"2025-02-23T08:37:03.000Z","size":176,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-25T11:18:59.321Z","etag":null,"topics":["headless-chrome","selenium","selenium-python"],"latest_commit_sha":null,"homepage":"https://docs.browserbase.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/browserbase.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-06T10:35:52.000Z","updated_at":"2025-03-11T07:52:24.000Z","dependencies_parsed_at":"2024-05-06T11:52:29.562Z","dependency_job_id":"5283bd29-e14e-49cf-b522-1dc9dea960aa","html_url":"https://github.com/browserbase/quickstart-selenium-python","commit_stats":null,"previous_names":["browserbase/quickstart-selenium-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/browserbase/quickstart-selenium-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fquickstart-selenium-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fquickstart-selenium-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fquickstart-selenium-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fquickstart-selenium-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browserbase","download_url":"https://codeload.github.com/browserbase/quickstart-selenium-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserbase%2Fquickstart-selenium-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29678224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["headless-chrome","selenium","selenium-python"],"created_at":"2025-06-08T08:09:11.296Z","updated_at":"2026-02-21T09:31:32.485Z","avatar_url":"https://github.com/browserbase.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"logo/dark.svg\"/\u003e\n        \u003cimg alt=\"Browserbase logo\" src=\"logo/light.svg\" width=\"300\" /\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://docs.browserbase.com\"\u003eDocumentation\u003c/a\u003e\n    \u003cspan\u003e\u0026nbsp;·\u0026nbsp;\u003c/span\u003e\n    \u003ca href=\"https://www.browserbase.com/playground\"\u003ePlayground\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n# Selenium with Browserbase\n\nBrowserbase is the developer platform for reliable browser automation. Get complete control over headless browsers and leverage Browserbase's powerful features:\n\n- 🚀 [Cloud Infrastructure](https://docs.browserbase.com/under-the-hood) - Scalable, reliable browser infrastructure\n- 🕵️ [Stealth Mode](https://docs.browserbase.com/features/stealth-mode) - Undetectable browser automation\n- 🔍 [Session Debugger](https://docs.browserbase.com/features/sessions) - Debug and replay browser sessions\n\nPerfect for web automation, testing, and data collection.\n\n**Get started in under one minute** with Selenium.\n\n## Setup\n\n### 1. Install dependencies\n\n```bash\npip install -r requirements.txt\n```\n\nAlternatively, we suggest using [Poetry](https://python-poetry.org/) to manage your dependencies.\n\n```bash\npoetry install\n```\n\n### 2. Create `.env` file:\n\n```bash\ncp .env.example .env\n```\n\n### 3. Get your Browserbase API Key:\n\n- [Create an account](https://www.browserbase.com/sign-up) or [log in to Browserbase](https://www.browserbase.com/sign-in)\n- Copy your API Key and Project ID [from your Settings page](https://www.browserbase.com/settings) into the `.env` file\n\n### 4. Run the script:\n\n```bash\npython main.py # or poetry run python main.py\n```\n\n## Further reading\n\n- [Explore the Browserbase Python SDK](https://docs.browserbase.com/sdk/python)\n- [Explore the Selenium Python API](https://selenium-python.readthedocs.io/api.html)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserbase%2Fquickstart-selenium-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowserbase%2Fquickstart-selenium-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserbase%2Fquickstart-selenium-python/lists"}