{"id":20986364,"url":"https://github.com/mgobeaalcoba/selenium_python","last_synced_at":"2026-04-24T11:12:00.385Z","repository":{"id":163677518,"uuid":"639112031","full_name":"Mgobeaalcoba/selenium_python","owner":"Mgobeaalcoba","description":"Practicing selenium for testing and automation","archived":false,"fork":false,"pushed_at":"2023-06-18T21:55:22.000Z","size":8230,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T10:38:56.575Z","etag":null,"topics":["automation","htmltestrunner","python3","selenium-webdriver","testing","unittest","web-scraping"],"latest_commit_sha":null,"homepage":"","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/Mgobeaalcoba.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-10T19:36:11.000Z","updated_at":"2023-09-15T13:54:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"938d149f-ae85-47f1-b785-2d20f604d673","html_url":"https://github.com/Mgobeaalcoba/selenium_python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mgobeaalcoba/selenium_python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Fselenium_python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Fselenium_python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Fselenium_python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Fselenium_python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mgobeaalcoba","download_url":"https://codeload.github.com/Mgobeaalcoba/selenium_python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Fselenium_python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32220487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["automation","htmltestrunner","python3","selenium-webdriver","testing","unittest","web-scraping"],"created_at":"2024-11-19T06:13:13.634Z","updated_at":"2026-04-24T11:12:00.359Z","avatar_url":"https://github.com/Mgobeaalcoba.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium Python Automation\n\nThis repository contains a collection of scripts and examples for web automation using Selenium with Python. The scripts demonstrate how to automate various tasks on websites, including form filling, button clicking, data scraping, and more.\n\n## Features\n\n- Automated web browsing\n- Form filling\n- Button clicking\n- Data scraping\n- Element interaction\n\n## Requirements\n\n- Python 3.x\n- Selenium\n\n## Getting Started\n\nTo get started with Selenium Python automation, follow these steps:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Mgobeaalcoba/selenium_python.git\ncd selenium_python\n```\n\n2. Install the required dependencies:\n\n```bash\npip install selenium\n```\n\n3. Download the appropriate WebDriver for your browser:\n\n- Chrome: ChromeDriver\n- Firefox: GeckoDriver\n- Safari: SafariDriver\n\n4. Update the path to the WebDriver in the scripts:\n\n```bash\n# Example for ChromeDriver\nwebdriver_path = \"/path/to/chromedriver\"\n```\n\n5. Run the desired scripts:\n\n```bash\npython script_name.py\n```\n## Project Structure\n\nThe project structure follows a basic layout for Selenium Python automation:\n\n- script_name.py: Individual script for a specific task.\n- utils.py: Utility functions for common actions.\n- drivers/: Directory to store WebDriver executables.\n\n## Contributing\n\nContributions to this Selenium Python automation project are always welcome. Here are a few ways you can help:\n\n- Report bugs and issues\n- Suggest new scripts and features\n- Improve existing scripts and examples\n- Fix bugs and submit pull requests\n\nPlease make sure to follow the existing code style and conventions when making contributions.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgobeaalcoba%2Fselenium_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgobeaalcoba%2Fselenium_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgobeaalcoba%2Fselenium_python/lists"}