We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33e5fd commit 83fdffcCopy full SHA for 83fdffc
docfx_project/examples/index.md
@@ -20,7 +20,7 @@ await page.ScreenshotAsync(outputFile);
20
You can also change the view port before generating the screenshot
21
22
```cs
23
-await page.SetViewport(new ViewPortOptions
+await page.SetViewportAsync(new ViewPortOptions
24
{
25
Width = 500,
26
Height = 500
0 commit comments