Playwright

Playwright is an open-source library for automating web browsers built by Microsoft, similar to Selenium, it’s commonly used for testing web applications. It’s built on top of the .NET Core runtime and it provides bindings for C#, it allows developers to write tests for web applications in C# or other .NET languages. Playwright is designed to be fast and reliable and allows developers to run tests in multiple browsers.

To learn more, visit the following: