{"id":13594550,"url":"https://github.com/microsoft/playwright-dotnet","last_synced_at":"2025-05-14T09:02:10.102Z","repository":{"id":37264791,"uuid":"235572844","full_name":"microsoft/playwright-dotnet","owner":"microsoft","description":".NET version of the Playwright testing and automation library.","archived":false,"fork":false,"pushed_at":"2025-05-05T09:03:41.000Z","size":220562,"stargazers_count":2661,"open_issues_count":51,"forks_count":261,"subscribers_count":57,"default_branch":"main","last_synced_at":"2025-05-07T08:02:02.783Z","etag":null,"topics":["chrome","chromium","csharp","firefox","playwright","webkit"],"latest_commit_sha":null,"homepage":"https://playwright.dev/dotnet/","language":"C#","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/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-22T12:52:16.000Z","updated_at":"2025-05-06T12:57:54.000Z","dependencies_parsed_at":"2023-10-12T19:42:15.099Z","dependency_job_id":"c5ebb3e7-4d9c-48ff-97a5-6d0b64e96a93","html_url":"https://github.com/microsoft/playwright-dotnet","commit_stats":{"total_commits":1324,"total_committers":42,"mean_commits":"31.523809523809526","dds":0.5913897280966767,"last_synced_commit":"ce4981b798fafbfaf31a3901c4332efffb64c27f"},"previous_names":["microsoft/playwright-sharp"],"tags_count":80,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fplaywright-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fplaywright-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fplaywright-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fplaywright-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/playwright-dotnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254110363,"owners_count":22016391,"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":["chrome","chromium","csharp","firefox","playwright","webkit"],"created_at":"2024-08-01T16:01:35.512Z","updated_at":"2025-05-14T09:02:09.965Z","avatar_url":"https://github.com/microsoft.png","language":"C#","readme":"# Playwright for .NET 🎭\n[![NuGet version](https://img.shields.io/nuget/v/Microsoft.Playwright?color=%2345ba4b)](https://www.nuget.org/packages/Microsoft.Playwright) [![Join Discord](https://img.shields.io/badge/join-discord-infomational)](https://aka.ms/playwright/discord)\n\n|          | Linux | macOS | Windows |\n|   :---   | :---: | :---: | :---:   |\n| Chromium \u003c!-- GEN:chromium-version --\u003e136.0.7103.25\u003c!-- GEN:stop --\u003e | ✅ | ✅ | ✅ |\n| WebKit \u003c!-- GEN:webkit-version --\u003e18.4\u003c!-- GEN:stop --\u003e | ✅ | ✅ | ✅ |\n| Firefox \u003c!-- GEN:firefox-version --\u003e137.0\u003c!-- GEN:stop --\u003e | ✅ | ✅ | ✅ |\n\nPlaywright for .NET is the official language port of [Playwright](https://playwright.dev), the library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**.\n\n## Documentation\n\n[https://playwright.dev/dotnet/docs/intro](https://playwright.dev/dotnet/docs/intro) \n\n## API Reference\n[https://playwright.dev/dotnet/docs/api/class-playwright](https://playwright.dev/dotnet/docs/api/class-playwright)\n\n\n```cs\nusing System.Threading.Tasks;\nusing Microsoft.Playwright;\n\nusing var playwright = await Playwright.CreateAsync();\nawait using var browser = await playwright.Chromium.LaunchAsync(new() { Headless = false });\nvar page = await browser.NewPageAsync();\nawait page.GotoAsync(\"https://playwright.dev/dotnet\");\nawait page.ScreenshotAsync(new() { Path = \"screenshot.png\" });\n```\n\n## Other languages\n\nMore comfortable in another programming language? [Playwright](https://playwright.dev) is also available in\n- [TypeScript](https://playwright.dev/docs/intro),\n- [Python](https://playwright.dev/python/docs/intro),\n- [Java](https://playwright.dev/java/docs/intro).\n","funding_links":[],"categories":["C#","JavaScript","C\\#","Language Support"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fplaywright-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fplaywright-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fplaywright-dotnet/lists"}