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?
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?
Sharp puppeteer looks like a good new solution for c#
https://github.com/kblok/puppeteer-sharp
Based on Google Chrome puppeteer
Puppeteer is a Node.js client library for the Chrome DevTools protocol. A quick Google search found at least two different DevTools client libraries for C# (haven't tried either of those, though):