{"id":29097567,"url":"https://github.com/xjxckk/selenium-shortcuts","last_synced_at":"2026-04-27T17:33:58.629Z","repository":{"id":57465393,"uuid":"473220001","full_name":"xjxckk/selenium-shortcuts","owner":"xjxckk","description":"Shortcut functions for Python selenium","archived":false,"fork":false,"pushed_at":"2026-02-02T12:57:09.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-03T01:57:48.170Z","etag":null,"topics":["python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xjxckk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-23T14:17:35.000Z","updated_at":"2026-02-02T12:57:13.000Z","dependencies_parsed_at":"2024-10-25T00:34:58.121Z","dependency_job_id":"0342cc0a-187d-4d4b-ad9f-dae5aa21dfa7","html_url":"https://github.com/xjxckk/selenium-shortcuts","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"f8c3dfd2318e2fca59f2ca2c8827f3008ac652c5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xjxckk/selenium-shortcuts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjxckk%2Fselenium-shortcuts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjxckk%2Fselenium-shortcuts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjxckk%2Fselenium-shortcuts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjxckk%2Fselenium-shortcuts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xjxckk","download_url":"https://codeload.github.com/xjxckk/selenium-shortcuts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjxckk%2Fselenium-shortcuts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"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":["python","selenium"],"created_at":"2025-06-28T14:00:51.544Z","updated_at":"2026-04-27T17:33:58.624Z","avatar_url":"https://github.com/xjxckk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### selenium-shortcuts\nShortcut functions for Python selenium\n\nInstallation:\n`pip install selenium-shortcuts`\n\nUsage:\n```\nfrom selenium_shortcuts import setup_shortcuts\n\nhelper = setup_shortcuts(browser='uc') # Start a browser on port 9222 or reconnect to existing browser on port 9222 with undetected-chromedriver\ndriver, find, finds, click, text, send, get, check = helper.driver, helper.find, helper.finds, helper.click, helper.text, helper.send, helper.get, helper.check\n\ninfo = text('#info')\nprint(info)\n\nclick('#submit')\n\ninfo = find('#info')\nprint(info.text)\ninfo.click()\n\nitems = finds('.items')\nfor item in items:\n\tprint(item.text)\n\ninfo, classes = find('#info', attribute='class')\nprint(classes)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjxckk%2Fselenium-shortcuts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjxckk%2Fselenium-shortcuts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjxckk%2Fselenium-shortcuts/lists"}