{"id":20114269,"url":"https://github.com/wesgtox/python-selenium","last_synced_at":"2025-12-30T21:50:46.393Z","repository":{"id":50138928,"uuid":"260779735","full_name":"WesGtoX/python-selenium","owner":"WesGtoX","description":"Selenium course with Python.","archived":false,"fork":false,"pushed_at":"2021-06-02T21:51:29.000Z","size":9430,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T06:09:39.988Z","etag":null,"topics":["bdd","behave","css-selector","docker","geckodriver","linux","page-object-pattern","page-objects","python","python-selenium","qa-automation-test","selene","selenium","selenium-course","selenium-grid","selenium-python","selenium-webdriver","windows","xpath","xpath-expression"],"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/WesGtoX.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":"2020-05-02T21:39:17.000Z","updated_at":"2023-03-09T02:12:02.000Z","dependencies_parsed_at":"2022-09-13T10:20:30.748Z","dependency_job_id":null,"html_url":"https://github.com/WesGtoX/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/WesGtoX%2Fpython-selenium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesGtoX%2Fpython-selenium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesGtoX%2Fpython-selenium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesGtoX%2Fpython-selenium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WesGtoX","download_url":"https://codeload.github.com/WesGtoX/python-selenium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241557194,"owners_count":19981881,"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":["bdd","behave","css-selector","docker","geckodriver","linux","page-object-pattern","page-objects","python","python-selenium","qa-automation-test","selene","selenium","selenium-course","selenium-grid","selenium-python","selenium-webdriver","windows","xpath","xpath-expression"],"created_at":"2024-11-13T18:29:02.845Z","updated_at":"2025-12-30T21:50:46.364Z","avatar_url":"https://github.com/WesGtoX.png","language":"Python","readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://github.com/WesGtoX/python-selenium\"\u003e\n    \u003cimg src=\".github/logo.png\" alt=\"Python Selenium Course\" title=\"Python Selenium Course\" width=\"250px\"\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#about-the-project\"\u003eAbout\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#technology\"\u003eTechnology\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#roadmap\"\u003eRoadmap\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#how-to-contribute\"\u003eContributing\u003c/a\u003e\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/wesgtox/python-selenium?style=plastic\" /\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/wesgtox/python-selenium?style=plastic\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/wesgtox/python-selenium?style=plastic\" /\u003e\n\u003c/p\u003e\n\n# Python Selenium Course\n\nCourse by [Eduardo Mendes](https://github.com/dunossauro)  \n\nYouTube Channel: [dunossauro](https://www.youtube.com/playlist?list=PLOQgLBuj2-3LqnMYKZZgzeC7CKCPF375B)  \n\n\n## About the Project\n\nSelenium course with Python.\n\n\n## Technology \n\nThis project was developed with the following technologies:\n\n- [Python](https://www.python.org/)\n- [Selenium](https://selenium-python.readthedocs.io/)\n- [Docker](https://www.docker.com/)\n- [Docker Compose](https://docs.docker.com/compose/)\n\n\n## Getting Started\n\n### Prerequisites\n\n- [Python](https://www.python.org/)\n- [Geckodriver](https://github.com/mozilla/geckodriver/releases)\n- [Mozilla Firefox](https://www.mozilla.org/pt-BR/firefox/new/)\n- [Google Chrome](https://www.google.com/intl/pt-BR/chrome/)\n\n\n### Install and Run\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/WesGtoX/python-selenium.git\n```\n2. Install [Geckodriver](https://github.com/mozilla/geckodriver/releases) from GitHub.\n3. Create and activate a virtual enviroment:\n```bash\npython -m venv venv\nsource venv/bin/activate\n```\n4. Install the dependencies:\n```bash\npip install -r requirements.txt\n```\n\n\n## Roadmap\n\nSee the [open issues](https://github.com/WesGtoX/python-selenium/issues) for a list of proposed features (and known issues).\n\n\n## How to contribute\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project.\n2. Create your Feature Branch `git checkout -b feature/my-feature`.  \n3. Commit your Changes `git commit -m 'feat: My new feature'`.  \n4. Push to the Branch `git push origin feature/my-feature`.  \n5. Open a Pull Request.  \n\nAfter the merge of your pull request is done, you can delete your branch.  \n\n\n## License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n\n---\n\nMade with ♥ by [Wesley Mendes](https://wesleymendes.com.br/) :wave:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesgtox%2Fpython-selenium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesgtox%2Fpython-selenium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesgtox%2Fpython-selenium/lists"}