File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ await using var page = await browser.NewPageAsync();
6060await page .GoToAsync (" http://www.google.com" );
6161await page .ScreenshotAsync (outputFile );
6262```
63- <sup ><a href =' https://github.com/hardkoded/puppeteer-sharp/blob/master/lib/PuppeteerSharp.Tests/ScreenshotTests/PageScreenshotTests.cs#L53-L61 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScreenshotAsync ' title =' Start of snippet ' >anchor</a ></sup >
63+ <sup ><a href =' https://github.com/hardkoded/puppeteer-sharp/blob/master/lib/PuppeteerSharp.Tests/ScreenshotTests/PageScreenshotTests.cs#L54-L62 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-ScreenshotAsync ' title =' Start of snippet ' >anchor</a ></sup >
6464<!-- endSnippet -->
6565
6666You can also change the view port before generating the screenshot
You can’t perform that action at this time.
0 commit comments