|
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? |
Answered by
amaitland
Jan 3, 2022
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. |
5 replies
Answer selected by
radiaku
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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