{"id":15434680,"url":"https://github.com/tomoki171923/selenium-operation-package","last_synced_at":"2026-04-28T22:33:45.488Z","repository":{"id":45360450,"uuid":"436801609","full_name":"tomoki171923/selenium-operation-package","owner":"tomoki171923","description":"Python package, which helps automate websites operation using Selenium. The supported browser is Google Chrome.","archived":false,"fork":false,"pushed_at":"2021-12-18T04:33:04.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-10-18T08:54:50.306Z","etag":null,"topics":["docker-compose","package","selenium-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomoki171923.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":"2021-12-10T00:30:03.000Z","updated_at":"2021-12-18T01:17:02.000Z","dependencies_parsed_at":"2022-08-26T08:10:44.261Z","dependency_job_id":null,"html_url":"https://github.com/tomoki171923/selenium-operation-package","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/tomoki171923/selenium-operation-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoki171923%2Fselenium-operation-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoki171923%2Fselenium-operation-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoki171923%2Fselenium-operation-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoki171923%2Fselenium-operation-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomoki171923","download_url":"https://codeload.github.com/tomoki171923/selenium-operation-package/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoki171923%2Fselenium-operation-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["docker-compose","package","selenium-python"],"created_at":"2024-10-01T18:40:36.817Z","updated_at":"2026-04-28T22:33:45.473Z","avatar_url":"https://github.com/tomoki171923.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# selenium-operation-package\n\nPython package, which helps automate websites operation using [Selenium](https://www.selenium.dev/). The supported browser is Google Chrome.\n\n## For User\n\n### Install\n\n```bash\npip install git+https://github.com/tomoki171923/selenium-operation-package#egg=selenpack\n```\n\nOR\n\nPipfile\n\n```python\n[packages]\nselenpack = {git = \"https://github.com/tomoki171923/selenium-operation-package.git\", editable = true, ref = \"main\"}\n```\n\nOR\n\nrequirements.txt\n\n```python\nselenpack @ git+https://github.com/tomoki171923/selenium-operation-package@main\n```\n\n### Usage\n\n```python\nfrom selenpack.selenium_operation import SeleniumOperation\n\nif __name__ == \"__main__\":\n    selenium = SeleniumOperation()\n    # visit Google.com\n    selenium.goPage(\"https://www.google.com/\")\n    # take a screenshot\n    selenium.setScreenshot(folder=\"./\", base_file_name=\"example\")\n    selenium.takeScreenshot()\n    # Google search\n    el = selenium.setTextboxByName(name=\"q\", value=\"weather japan\")\n    el.submit()\n    # take a screenshot\n    selenium.takeScreenshot()\n    del selenium\n```\n\n### Environment\n\nneeds Selenium Server (Grid / Standalone) or Local web driver to execute selenpack.\n\nreference the following.\n\n\u003chttps://github.com/tomoki171923/docker-selenium-python\u003e\n\n## For Contributor\n\n### Pre-Commit\n\n```bash\nbrew install pre-commit\npre-commit install\n```\n\n### Build\n\n```bash\ndocker-compose build\n```\n\n### Add Python Package\n\n```bash\ndocker-compose run --rm app pipenv install PACKAGE_NAME\n```\n\n### Update Python Packages\n\n```bash\ndocker-compose run --rm app pipenv update\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomoki171923%2Fselenium-operation-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomoki171923%2Fselenium-operation-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomoki171923%2Fselenium-operation-package/lists"}