{"id":20159793,"url":"https://github.com/yukihirai0505/python-selenium-sample","last_synced_at":"2026-05-14T21:34:47.742Z","repository":{"id":84910076,"uuid":"89191745","full_name":"yukihirai0505/python-selenium-sample","owner":"yukihirai0505","description":"This is python selenium sample project","archived":false,"fork":false,"pushed_at":"2017-04-24T08:06:34.000Z","size":4747,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T12:15:57.619Z","etag":null,"topics":["python","python-selenium-sample","selenium","webkit2png"],"latest_commit_sha":null,"homepage":null,"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/yukihirai0505.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}},"created_at":"2017-04-24T02:58:51.000Z","updated_at":"2017-10-19T00:37:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ff6b68f-032d-4b04-a73f-7b5f64458ad7","html_url":"https://github.com/yukihirai0505/python-selenium-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yukihirai0505/python-selenium-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukihirai0505%2Fpython-selenium-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukihirai0505%2Fpython-selenium-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukihirai0505%2Fpython-selenium-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukihirai0505%2Fpython-selenium-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yukihirai0505","download_url":"https://codeload.github.com/yukihirai0505/python-selenium-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukihirai0505%2Fpython-selenium-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003899,"owners_count":26083639,"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-10T02:00:06.843Z","response_time":62,"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":["python","python-selenium-sample","selenium","webkit2png"],"created_at":"2024-11-14T00:10:25.866Z","updated_at":"2025-10-10T12:15:58.985Z","avatar_url":"https://github.com/yukihirai0505.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get Started\n\npython 3.5.3\n\ninstall requirements\n\n`pip install -r example/requirements.txt`\n\nexecute this example python file\n\n`python example/scraping.py`\n\n## scraping.py\n\nRoot directory scraping.py uses `webkit2png`.\nSo it needs to webkit2png command.\n\n`brew install webkit2png`\n\n## About webkit2png\n\nIn my case, webkit2png command doesn't work.\nI got this error.\n\n```\nPython[16938:2657011] App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.\n ... something went wrong: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.\n```\n\nSo I tried this one.\n\n[https://github.com/bendalton/webkit2png/commit/9a96ac8977c386a84edb674ca1518e90452cee88](https://github.com/bendalton/webkit2png/commit/9a96ac8977c386a84edb674ca1518e90452cee88)\nfrom: [http://stackoverflow.com/questions/32916052/python-app-transport-security-error-under-el-capitan](http://stackoverflow.com/questions/32916052/python-app-transport-security-error-under-el-capitan)\n\n`/usr/local/Cellar/webkit2png/0.7/bin/webkit2png`\n\nAround line 420\n\n```\n+    # Handles ATS HTTPS requirement introduced in El Cap\n+    if options.ignore_ssl_check:\n+        AppKit.NSBundle.mainBundle().infoDictionary()['NSAppTransportSecurity'] = dict(NSAllowsArbitraryLoads = True)\n```\n\nThen it works\n\n`webkit2png --ignore-ssl-check [options] [http://example/]`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukihirai0505%2Fpython-selenium-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukihirai0505%2Fpython-selenium-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukihirai0505%2Fpython-selenium-sample/lists"}