This folder contains all the samples for Puppeteer Sharp.
All the examples were created and created using the .NET Core CLI and require C# 7.1.
You can build any sample using .NET Core CLI, which can be installed using the .NET Core SDK. Then execute these commands from the CLI in the directory of any sample.
dotnet build
dotnet run