{"id":15199818,"url":"https://github.com/hansalemaos/a_selenium_add_special_keys","last_synced_at":"2026-03-08T05:32:17.756Z","repository":{"id":65148527,"uuid":"584081722","full_name":"hansalemaos/a_selenium_add_special_keys","owner":"hansalemaos","description":"Adds some useful keys from the chrome.debugger library to Selenium","archived":false,"fork":false,"pushed_at":"2023-01-01T09:05:15.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T03:49:10.309Z","etag":null,"topics":["keys","python","selenium"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/a-selenium-add-special-keys/","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/hansalemaos.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":"2023-01-01T09:05:13.000Z","updated_at":"2023-01-01T09:05:55.000Z","dependencies_parsed_at":"2023-01-02T01:19:50.492Z","dependency_job_id":null,"html_url":"https://github.com/hansalemaos/a_selenium_add_special_keys","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansalemaos/a_selenium_add_special_keys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_add_special_keys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_add_special_keys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_add_special_keys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_add_special_keys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansalemaos","download_url":"https://codeload.github.com/hansalemaos/a_selenium_add_special_keys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_add_special_keys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30246727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"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":["keys","python","selenium"],"created_at":"2024-09-28T02:02:41.646Z","updated_at":"2026-03-08T05:32:17.690Z","avatar_url":"https://github.com/hansalemaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adds some useful keys from the chrome.debugger library to Selenium\n\n\n```python\n# Tested with:\n# https://github.com/ultrafunkamsterdam/undetected-chromedriver\n# Python 3.9.13\n# Windows 10\n\n\n$pip install a-selenium-add-special-keys\n\nfrom auto_download_undetected_chromedriver import download_undetected_chromedriver\nimport undetected_chromedriver as uc\nfrom a_selenium_add_special_keys import add_special_keys\n\nif __name__ == \"__main__\":\n    folderchromedriver = \"f:\\\\seleniumdriver2\"\n    path = download_undetected_chromedriver(folder_path_for_exe=folderchromedriver, undetected=True)\n    driver = uc.Chrome(driver_executable_path=path)\n    driver = add_special_keys(driver)\n```\n\n\n\n\u003cimg src=\"https://raw.githubusercontent.com/hansalemaos/screenshots/main/seleniumkeys.png\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fa_selenium_add_special_keys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansalemaos%2Fa_selenium_add_special_keys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fa_selenium_add_special_keys/lists"}