{"id":24266829,"url":"https://github.com/brunofbarbosa/python-selenium","last_synced_at":"2026-04-19T11:31:36.002Z","repository":{"id":163188456,"uuid":"525946178","full_name":"BrunoFBarbosa/python-selenium","owner":"BrunoFBarbosa","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-09T17:51:52.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T12:04:29.358Z","etag":null,"topics":["pytest","python","selenium"],"latest_commit_sha":null,"homepage":"","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/BrunoFBarbosa.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":"2022-08-17T20:37:14.000Z","updated_at":"2024-12-29T13:37:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c369dd1-8f6b-4a8f-b7d4-7e41752f0761","html_url":"https://github.com/BrunoFBarbosa/python-selenium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoFBarbosa%2Fpython-selenium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoFBarbosa%2Fpython-selenium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoFBarbosa%2Fpython-selenium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoFBarbosa%2Fpython-selenium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrunoFBarbosa","download_url":"https://codeload.github.com/BrunoFBarbosa/python-selenium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241950079,"owners_count":20047587,"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","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":["pytest","python","selenium"],"created_at":"2025-01-15T11:28:04.202Z","updated_at":"2026-04-19T11:31:30.955Z","avatar_url":"https://github.com/BrunoFBarbosa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python + Selenium Test Project\n\nProject created to test a simple web application using Python + Selenium and PyTest as a test framework using the Google Chrome browser\n\n# Prerequisites\n\nThis project uses Python 3.10.6 and PIP 22.2.1 in order to run the tests\n\n## Python\nPython can be download [here](https://www.python.org/downloads/)\n\n## PIP\nUsually, PIP comes with the Python default installation from python.org, if for some reason you do not have PIP installed when installing Python, you can install it from [here](https://pip.pypa.io/en/stable/installation/)\n\n## Requirements\n\nIn order to run the tests, Selenium, PyTest and PyTest html report need to be installed. They can be installed using PIP:\n```\ngit clone https://github.com/BrunoFBarbosa/python-selenium.git\ncd python-selenium\npip install -r requirements.txt\n```\n\n## Chromedriver\nChromedriver needs to be download depending on your google chrome installation, more info [here](https://chromedriver.chromium.org/downloads)\n\nAfter the download, edit the utils/constants.py file to reflect your chromedriver location, for example:\n\n```\nCHROME_DRIVER_PATH = \"/home/user/downloads/chromedriver\"\n```\n\n# Running The Tests\n\nThe tests can be executed using the PyTest command:\n```\npytest file.py\n```\n\nYou can also generate a html report using the --html flag and specifing the file path to be saved\n```\npytest file.py --html=report.html\n```\n\n# Reference\n[Saucelabs](https://training.saucelabs.com/codelabs/Module3-SeleniumPython/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunofbarbosa%2Fpython-selenium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunofbarbosa%2Fpython-selenium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunofbarbosa%2Fpython-selenium/lists"}