{"id":24890674,"url":"https://github.com/skulltech/webdriver-start","last_synced_at":"2025-10-16T07:30:58.174Z","repository":{"id":62588465,"uuid":"74237188","full_name":"skulltech/webdriver-start","owner":"skulltech","description":"Reliable module for starting up Selenium Webdriver, with custom user-agent and user-profile.","archived":false,"fork":false,"pushed_at":"2019-01-11T19:23:42.000Z","size":23,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-24T21:35:06.131Z","etag":null,"topics":["chrome","firefox","htmlunit","phantomjs","python","selenium","selenium-webdriver","user-agent"],"latest_commit_sha":null,"homepage":"","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/skulltech.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}},"created_at":"2016-11-19T21:42:41.000Z","updated_at":"2021-07-18T21:52:50.000Z","dependencies_parsed_at":"2022-11-03T17:01:28.786Z","dependency_job_id":null,"html_url":"https://github.com/skulltech/webdriver-start","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skulltech/webdriver-start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fwebdriver-start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fwebdriver-start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fwebdriver-start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fwebdriver-start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skulltech","download_url":"https://codeload.github.com/skulltech/webdriver-start/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fwebdriver-start/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279165676,"owners_count":26117912,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chrome","firefox","htmlunit","phantomjs","python","selenium","selenium-webdriver","user-agent"],"created_at":"2025-02-01T17:17:28.628Z","updated_at":"2025-10-16T07:30:57.520Z","avatar_url":"https://github.com/skulltech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webdriver-start\nReliable module for starting up Selenium Webdriver with custom modifications. Supports —\n- Custom `user-agent`\n- Custom user profile.\n- Headless mode.\n- Firefox and Chrome webdrivers. Open an issue if you want support for more.\n\n\n## Installation\nInstall it using pip —\n\n```console\n$ pip install webdriver-start\n```\n\n## Usage\n\nFor Chrome\n```python\n\u003e\u003e\u003e from wdstart import webdriver\n\u003e\u003e\u003e driver = webdriver.Chrome(headless=True, user_agent='this is a custom user-agent', user_profile='/path/to/profile/')\n\u003e\u003e\u003e driver\n\u003cselenium.webdriver.chrome.webdriver.WebDriver (session=\"46157cffe549da015b288cdabea94a29\")\u003e\n\u003e\u003e\u003e driver.get('http://www.google.com')\n\u003e\u003e\u003e driver.title\n'Google'\n\u003e\u003e\u003e driver.execute_script('return navigator.userAgent')\n'this is a custom user-agent'\n```\n\nSimilarly, for Firefox\n```python\n\u003e\u003e\u003e from wdstart import webdriver\n\u003e\u003e\u003e driver = webdriver.Firefox(headless=True, user_agent='this is a custom user-agent', user_profile='/path/to/profile/')\n\u003e\u003e\u003e driver\n\u003cselenium.webdriver.chrome.webdriver.WebDriver (session=\"46157cffe549da015b288cdabea94a29\")\u003e\n\u003e\u003e\u003e driver.get('http://www.google.com')\n\u003e\u003e\u003e driver.title\n'Google'\n\u003e\u003e\u003e driver.execute_script('return navigator.userAgent')\n'this is a custom user-agent'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskulltech%2Fwebdriver-start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskulltech%2Fwebdriver-start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskulltech%2Fwebdriver-start/lists"}