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 8484188 commit e5d2c7dCopy full SHA for e5d2c7d
docfx_project/api/index.md
@@ -96,7 +96,7 @@ using (var page = await Browser.NewPageAsync())
96
using (var page = await Browser.NewPageAsync())
97
{
98
await page.GoToAsync("http://www.spapage.com");
99
- await page.WaitForSelectorAsync("div.main-content")
+ await page.WaitForSelectorAsync("div.main-content");
100
await page.PdfAsync(outputFile));
101
}
102
```
0 commit comments