{"id":18695920,"url":"https://github.com/rahulmoundekar/selenium-unit-test","last_synced_at":"2025-11-08T14:30:27.859Z","repository":{"id":50170469,"uuid":"262025231","full_name":"rahulmoundekar/selenium-unit-test","owner":"rahulmoundekar","description":"Unit Test in Python with Selenium","archived":false,"fork":false,"pushed_at":"2021-06-02T01:43:23.000Z","size":8399,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T03:27:19.754Z","etag":null,"topics":["python-3","unit-test"],"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/rahulmoundekar.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}},"created_at":"2020-05-07T10:55:33.000Z","updated_at":"2020-05-08T05:27:37.000Z","dependencies_parsed_at":"2022-08-27T03:51:39.289Z","dependency_job_id":null,"html_url":"https://github.com/rahulmoundekar/selenium-unit-test","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/rahulmoundekar%2Fselenium-unit-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulmoundekar%2Fselenium-unit-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulmoundekar%2Fselenium-unit-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulmoundekar%2Fselenium-unit-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahulmoundekar","download_url":"https://codeload.github.com/rahulmoundekar/selenium-unit-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558910,"owners_count":19658927,"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":["python-3","unit-test"],"created_at":"2024-11-07T11:16:38.502Z","updated_at":"2025-11-08T14:30:27.819Z","avatar_url":"https://github.com/rahulmoundekar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UNIT-TEST-Selenium With Python :\n\n#### Pre Requisites\n\n  - Making the project as :\n    ```\n    mkdir selenium-unit-test\n\t  cd selenium-unit-test\n    ```\n  - environment installation:\n     ```\n     open command prompt type \n        pip install virtualenv\n     create virtualenv\n    \t\u003e\u003evirtualenv pyunit-with-selenium\n     we need to activate virtualenv for use\n    \t\u003e\u003epyunit-with-selenium\\scripts\\activate\n       \n    pip install selenium\n    ```\n    While the installation of Selenium makes the functionality available to you, you need additional drivers for it to be able to interface with a chosen web browser. The download links for the drivers are available here: Chrome, Edge, Firefox and Safari. For the remainder of this tutorial, we will use the Chrome driver. Follow the link for the browser of your choice and download the driver for the compatible version.\n       \n    \n#### Drivers\n\nSelenium requires a driver to interface with the chosen browser.\nAll supported browsers will have their own drivers available. Links to some of the more popular browser drivers follow.    \n\nChrome:\thttps://sites.google.com/a/chromium.org/chromedriver/downloads\nEdge:\thttps://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/\nFirefox:\thttps://github.com/mozilla/geckodriver/releases\nSafari:\thttps://webkit.org/blog/6900/webdriver-support-in-safari-10/\n\n - In order to execute code\n   ```\n    python orange_hrm.py\n   ```\n - create clone in you system just execute this file\n  \t```\n\t1} create virtualenv and just type below command\n\t2} pip install -r .\\requirements.txt\n\t```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulmoundekar%2Fselenium-unit-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulmoundekar%2Fselenium-unit-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulmoundekar%2Fselenium-unit-test/lists"}