Puppeteer is a Browser Automation tool. PuppeteerSharp a C# library based on the originalNode libray which provides a high-level API to control Chrome or Chromium over the DevTools Protocol. Most things that you can do manually in the browser can be done using Puppeteer. In this video I introduce you to PuppeteerSharp and, by way of examples show you how to automate a browser using C# code in order to do UI testing or just generally automate a browser for other purposes.
The source code of the project discussed in this video can be found here:
https://github.com/matlus/PuppeteerSh...