Skip to content

Commit

Permalink
docs(verification): fixed unclosed code tag (#2085)
Browse files Browse the repository at this point in the history
Caused in 3979d4f and ended up in a failing CI
  • Loading branch information
mxschmitt committed May 3, 2020
1 parent c38f26e commit 22e7513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ console.log(buffer.toString('base64'));
// Capture given element
const elementHandle = await page.$('.header');
await elementHandle.screenshot({ path: 'screenshot.png' });
```

#### API reference

Expand Down

0 comments on commit 22e7513

Please sign in to comment.