Skip to content

Instantly share code, notes, and snippets.

View diegotormes's full-sized avatar

Diego Tormes diegotormes

View GitHub Profile
@hlaueriksson
hlaueriksson / Examples.cs
Last active November 12, 2023 21:19
PuppeteerSharp Documentation
using System;
using System.Threading.Tasks;
using NUnit.Framework;
namespace PuppeteerSharp.Contrib.Sample
{
public class Examples
{
async Task<IBrowser> Browser()
{