Skip to content

Instantly share code, notes, and snippets.

@vmandic
vmandic / Documentation.cs
Created July 3, 2019 20:32 — forked from hlaueriksson/Examples.cs
PuppeteerSharp Basic Tests
using System;
using System.Threading.Tasks;
using Xunit;
namespace PuppeteerSharp.Extensions.Tests
{
public class Documentation
{
[Fact]
public async Task download_Chromium()
@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()
{