puppeteer-sharp icon indicating copy to clipboard operation
puppeteer-sharp copied to clipboard

Improve docfx_project/examples/index.md

Open Bagisislam opened this issue 1 year ago • 0 comments

using var browserFetcher = new BrowserFetcher(); await browserFetcher.DownloadAsync(); var browser = await Puppeteer.LaunchAsync(new LaunchOptions { Headless = true }); var page = await browser.NewPageAsync(); await page.GoToAsync("http://www.google.com"); await page.ScreenshotAsync(outputFile);

I attempted to run that code in .net 8.0 but i couldn't so I mean that that library works and I can not achieve to run it or the doc and examples are not enough to explain to the library or the library and examples is not working.( And or, I also might be not smart to run that code or understand the library.)

Bagisislam avatar Jan 28 '24 13:01 Bagisislam