{"id":16805131,"url":"https://github.com/mdmintz/sbvirtualdisplay","last_synced_at":"2025-10-29T07:10:17.535Z","repository":{"id":42118307,"uuid":"386711784","full_name":"mdmintz/sbVirtualDisplay","owner":"mdmintz","description":"A customized pyvirtualdisplay for use with SeleniumBase automation.","archived":false,"fork":false,"pushed_at":"2024-12-16T15:01:23.000Z","size":57,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-16T21:46:05.742Z","etag":null,"topics":["seleniumbase"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdmintz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-16T17:12:37.000Z","updated_at":"2025-08-08T20:46:39.000Z","dependencies_parsed_at":"2024-10-27T11:57:34.444Z","dependency_job_id":"deb6ecee-4d04-45d6-932b-cacad1045d9e","html_url":"https://github.com/mdmintz/sbVirtualDisplay","commit_stats":{"total_commits":34,"total_committers":2,"mean_commits":17.0,"dds":0.05882352941176472,"last_synced_commit":"cc5fe0a9af38c74ef646141acf108c6110c34435"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mdmintz/sbVirtualDisplay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmintz%2FsbVirtualDisplay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmintz%2FsbVirtualDisplay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmintz%2FsbVirtualDisplay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmintz%2FsbVirtualDisplay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdmintz","download_url":"https://codeload.github.com/mdmintz/sbVirtualDisplay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmintz%2FsbVirtualDisplay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281578144,"owners_count":26524950,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["seleniumbase"],"created_at":"2024-10-13T09:47:12.905Z","updated_at":"2025-10-29T07:10:17.519Z","avatar_url":"https://github.com/mdmintz.png","language":"Python","readme":"# sbVirtualDisplay (💻) [![](https://img.shields.io/pypi/v/sbvirtualdisplay.svg)](https://pypi.python.org/pypi/sbvirtualdisplay)\n\nA customized [pyvirtualdisplay](https://github.com/ponty/PyVirtualDisplay) for use with [SeleniumBase](https://github.com/seleniumbase/SeleniumBase) automation.\n\n## Usage example:\n\n```python\nfrom sbvirtualdisplay import Display\n\ndisplay = Display(visible=0, size=(1440, 1880))\ndisplay.start()\n\n# Run browser tests in a headless environment\n\ndisplay.stop()\n```\n\n### Or as a context manager:\n\n```python\nwith Display(visible=0, size=(1440, 1880)):\n    # Run browser tests in a headless environment\n    ...\n```\n\n## When to use:\n\nIf you need to run browser tests on a headless machine (such as a Linux backend), and you can't use a browser's headless mode (such as Chrome's headless mode), then this may help. For example, Chrome does not allow extensions in headless mode, so if you need to run automated tests on a headless Linux machine and you need to use Chrome extensions, then this will let you run those tests using a virtual display.\n\n\n## More info:\n\n* [Xvfb](https://en.wikipedia.org/wiki/Xvfb) is required for this to work.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdmintz%2Fsbvirtualdisplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdmintz%2Fsbvirtualdisplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdmintz%2Fsbvirtualdisplay/lists"}