Skip to content

Instantly share code, notes, and snippets.

View diegotormes's full-sized avatar

Diego Tormes diegotormes

View GitHub Profile
@diegotormes
diegotormes / Examples.cs
Created September 20, 2020 21:13 — forked from hlaueriksson/Examples.cs
PuppeteerSharp Documentation
using System;
using System.Threading.Tasks;
using PuppeteerSharp;
using Xunit;
namespace PuppeteerSharp.Documentation
{
public class Examples
{
[Fact]