{"id":21372403,"url":"https://github.com/automationpanda/selenium-screenplay-python","last_synced_at":"2025-07-13T07:32:11.031Z","repository":{"id":45449320,"uuid":"513625036","full_name":"AutomationPanda/selenium-screenplay-python","owner":"AutomationPanda","description":"An example project using Selenium WebDriver with the Screenplay Pattern in Python","archived":false,"fork":false,"pushed_at":"2022-07-13T19:55:38.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-28T03:37:35.111Z","etag":null,"topics":["python","screenplay","screenplay-pattern","selenium","selenium-webdriver","test-automation","web-testing"],"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/AutomationPanda.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":"2022-07-13T18:10:39.000Z","updated_at":"2023-10-04T08:12:30.000Z","dependencies_parsed_at":"2022-07-14T00:20:28.345Z","dependency_job_id":null,"html_url":"https://github.com/AutomationPanda/selenium-screenplay-python","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/AutomationPanda%2Fselenium-screenplay-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AutomationPanda%2Fselenium-screenplay-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AutomationPanda%2Fselenium-screenplay-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AutomationPanda%2Fselenium-screenplay-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AutomationPanda","download_url":"https://codeload.github.com/AutomationPanda/selenium-screenplay-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225863880,"owners_count":17536182,"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","screenplay","screenplay-pattern","selenium","selenium-webdriver","test-automation","web-testing"],"created_at":"2024-11-22T08:19:35.125Z","updated_at":"2024-11-22T08:19:35.794Z","avatar_url":"https://github.com/AutomationPanda.png","language":"Python","readme":"# selenium-screenplay-python\n\nThis repository contains an example project\nusing [Selenium WebDriver](https://www.selenium.dev/)\nwith the [Screenplay Pattern in Python](https://github.com/AutomationPanda/screenplay).\n\nTo set up a [virtual environment](https://docs.python.org/3/tutorial/venv.html)\nand install project dependencies, run the following on macOS and Linux:\n\n```\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\nFor Windows, run:\n\n```\npython3 -m venv venv\nvenv\\Scripts\\activate.bat\npip install -r requirements.txt\n```\n\nYou must also install [WebDriver executables](https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/)\nfor [ChromeDriver (for Chrome)](https://chromedriver.chromium.org/)\nand [geckodriver (for Firefox)](https://github.com/mozilla/geckodriver).\nThey must be on the system PATH variable and thus callable from the command line.\n\nTo set the target browser, edit [`config.json`](config.json).\nSupported options for `\"browser\"` include:\n\n* `\"Chrome\"`\n* `\"Firefox\"`\n* `\"Headless Chrome\"`\n\nTo execute tests, run `python -m pytest tests` from the project root directory.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomationpanda%2Fselenium-screenplay-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomationpanda%2Fselenium-screenplay-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomationpanda%2Fselenium-screenplay-python/lists"}