docs(verification): fixed unclosed code tag (#2085)
Caused in 3979d4f492 and ended up in a failing CI
This commit is contained in:
parent
c38f26ea02
commit
22e7513272
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue