doc: update playwright-sharp link (#4202)
This commit is contained in:
parent
437fe17825
commit
bed304b191
|
|
@ -41,7 +41,7 @@ dotnet add package PlaywrightSharp
|
|||
```
|
||||
|
||||
* [Playwright on NuGet](https://www.nuget.org/packages/PlaywrightSharp/)
|
||||
* [GitHub repo](https://github.com/hardkoded/playwright-sharp)
|
||||
* [GitHub repo](https://github.com/microsoft/playwright-sharp)
|
||||
|
||||
## Go
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Playwright enables fast, reliable and capable automation across all modern brows
|
|||
|
||||
* **Debugging tools**. Playwright works with the [editor debugger and browser developer tools](debug.md) to pause execution and inspect the web page.
|
||||
|
||||
* **Language bindings**. Playwright is also available in [Python](https://github.com/microsoft/playwright-python) and [C#](https://github.com/hardkoded/playwright-sharp). Learn about [supported languages](./languages.md).
|
||||
* **Language bindings**. Playwright is also available in [Python](https://github.com/microsoft/playwright-python) and [C#](https://github.com/microsoft/playwright-sharp). Learn about [supported languages](./languages.md).
|
||||
|
||||
* **Deploy tests to CI**. First-party [Docker image](docker/README.md) and [GitHub Actions](https://github.com/microsoft/playwright-github-action) to deploy tests to [your preferred CI/CD provider](ci.md).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue