{"id":33652403,"url":"https://github.com/hansalemaos/a_selenium_scroll_down_forever","last_synced_at":"2026-05-07T22:37:43.223Z","repository":{"id":65148712,"uuid":"584108868","full_name":"hansalemaos/a_selenium_scroll_down_forever","owner":"hansalemaos","description":"Scrolls down on a page","archived":false,"fork":false,"pushed_at":"2023-01-01T12:03:02.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T14:25:18.552Z","etag":null,"topics":["python","scroll","selenium"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/a-selenium-scroll-down-forever","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:03:00.000Z","updated_at":"2023-01-01T12:03:33.000Z","dependencies_parsed_at":"2023-01-02T01:20:13.388Z","dependency_job_id":null,"html_url":"https://github.com/hansalemaos/a_selenium_scroll_down_forever","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansalemaos/a_selenium_scroll_down_forever","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_scroll_down_forever","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_scroll_down_forever/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_scroll_down_forever/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_scroll_down_forever/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansalemaos","download_url":"https://codeload.github.com/hansalemaos/a_selenium_scroll_down_forever/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fa_selenium_scroll_down_forever/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32759443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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","scroll","selenium"],"created_at":"2025-12-02T18:02:56.201Z","updated_at":"2026-05-07T22:37:43.196Z","avatar_url":"https://github.com/hansalemaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrolls down on a page\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-scroll-down-forever\n\nfrom auto_download_undetected_chromedriver import download_undetected_chromedriver\nimport undetected_chromedriver as uc\nfrom time import sleep\nfrom a_selenium_scroll_down_forever import scroll_down_forever\n\n\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    scroll_down_forever(\n        driver,\n        pause_between_scrolls=(0.5, 0.1),\n        max_scrolls=10,\n        timeout=3,\n        script_timeout=1,\n    )\n    \n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fa_selenium_scroll_down_forever","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansalemaos%2Fa_selenium_scroll_down_forever","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fa_selenium_scroll_down_forever/lists"}