Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve docfx_project/examples/index.md #2417

Open
Bagisislam opened this issue Jan 28, 2024 · 0 comments
Open

Improve docfx_project/examples/index.md #2417

Bagisislam opened this issue Jan 28, 2024 · 0 comments

Comments

@Bagisislam
Copy link

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant