-
Hello @amaitland , I Already built the plugin and try it as example. but GetPuppeteerPageAsync or .GetContentAsync(); is not found. Try to search it on this repository there is no function called like that, nor on pupettersharp. Did I do it wrong on here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The project is available on Nuget.org at https://www.nuget.org/packages/CefSharp.Puppeteer/ Make sure you add a using statement for CefSharp.Puppeteer namespace.
https://github.com/cefsharp/Puppeteer/blob/main/lib/CefSharp.Puppeteer/PuppeteerExtensions.cs#L16 The project is still in it's infancy, your welcome to contribute or sponsor my efforts to ensure the project evolves. |
Beta Was this translation helpful? Give feedback.
The project is available on Nuget.org at https://www.nuget.org/packages/CefSharp.Puppeteer/
Make sure you add a using statement for CefSharp.Puppeteer namespace.
https://github.com/cefsharp/Puppeteer/blob/main/lib/CefSharp.Puppeteer/PuppeteerExtensions.cs#L16
The project is still in it's infancy, your welcome to contribute or sponsor my efforts to ensure the project evolves.
https://github.com/sponsors/amaitland