C# API for puppeteer

Harika Rayarapu picture Harika Rayarapu · Dec 29, 2017 · Viewed 11.1k times · Source

Is there any C# API for using Puppeteer?

Use case: need to get the coordinates/bounding box for HTML. Could have used Selenium + PhantomJS, but given the instability issues of PhantomJS, we want to try out Puppeteer.

Can someone please help?

Answer

TWilly picture TWilly · May 5, 2018

Sharp puppeteer looks like a good new solution for c#

https://github.com/kblok/puppeteer-sharp

Based on Google Chrome puppeteer