{"id":23908922,"url":"https://github.com/hansalemaos/a_selenium_click_on_coords","last_synced_at":"2026-04-30T03:41:03.433Z","repository":{"id":65148727,"uuid":"584113742","full_name":"hansalemaos/a_selenium_click_on_coords","owner":"hansalemaos","description":"Selenium mouse clicks on x,y coordinates","archived":false,"fork":false,"pushed_at":"2023-01-01T12:31:02.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T10:25:40.300Z","etag":null,"topics":["click","coordinates","python","selenium"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/a-selenium-click-on-coords/","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-01T12:30:59.000Z","updated_at":"2023-01-01T19:23:10.000Z","dependencies_parsed_at":"2023-01-02T01:20:21.463Z","dependency_job_id":null,"html_url":"https://github.com/hansalemaos/a_selenium_click_on_coords","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansalemaos/a_selenium_click_on_coords","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_click_on_coords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_click_on_coords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_click_on_coords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_click_on_coords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansalemaos","download_url":"https://codeload.github.com/hansalemaos/a_selenium_click_on_coords/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_click_on_coords/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32454157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["click","coordinates","python","selenium"],"created_at":"2025-01-05T05:14:23.288Z","updated_at":"2026-04-30T03:41:01.306Z","avatar_url":"https://github.com/hansalemaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium mouse clicks on x,y coordinates \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-click-on-coords\n\nfrom auto_download_undetected_chromedriver import download_undetected_chromedriver\nimport undetected_chromedriver as uc\nfrom time import sleep\nfrom a_selenium_click_on_coords import click_on_coordinates\nif __name__ == \"__main__\":\n    folderchromedriver = \"f:\\\\seleniumdriver2\"\n    path = download_undetected_chromedriver(\n        folder_path_for_exe=folderchromedriver, undetected=True\n    )\n    driver = uc.Chrome(driver_executable_path=path)\n    driver.get(r\"https://github.com/hansalemaos/a_cv2_easy_resize\")\n    sleep(2)\n    click_on_coordinates(driver,x=100,y=100, script_timeout=10)\n    \n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fa_selenium_click_on_coords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansalemaos%2Fa_selenium_click_on_coords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fa_selenium_click_on_coords/lists"}