Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# API for puppeteer

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?

like image 618
Harika Rayarapu Avatar asked Dec 29 '17 17:12

Harika Rayarapu


1 Answers

Sharp puppeteer looks like a good new solution for c#

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

Based on Google Chrome puppeteer

like image 189
TWilly Avatar answered Sep 21 '22 15:09

TWilly