Skip to content

Instantly share code, notes, and snippets.

View fastsa85's full-sized avatar

Serhii Fast fastsa85

View GitHub Profile
@fastsa85
fastsa85 / Examples.cs
Created July 9, 2021 06:35 — forked from hlaueriksson/Examples.cs
Playwright for .NET Documentation
using System;
using System.Threading.Tasks;
using Microsoft.Playwright;
using NUnit.Framework;
namespace Microsoft.Playwright.Documentation
{
public class Examples
{
async Task<IBrowser> Browser()