Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
minor formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jperl committed May 6, 2020
1 parent 8d03e1e commit d5079c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@ const { saveVideo } = require('playwright-video');

(async () => {
const browser = await chromium.launch();

const context = await browser.newContext();

const page = await context.newPage();

await saveVideo(page, '/tmp/video.mp4');

await page.goto('http://example.org');

await page.click('a');

await browser.close();
Expand Down

0 comments on commit d5079c1

Please sign in to comment.