From 1c4a8f0bbbbd5ad6102cc52012819c91ca8565e6 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 16 May 2018 14:39:02 -0700 Subject: [PATCH] docs(README): remove duplicate line --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a2136f82..4f0f58ba 100644 --- a/README.md +++ b/README.md @@ -192,8 +192,6 @@ Explore the [API documentation](docs/api.md) and [examples](https://github.com/G await page.evaluate(() => console.log(`url is ${location.href}`)); - await page.evaluate(() => console.log(`url is ${location.href}`)); - 4. Stop test execution and use a debugger in browser - Use `{devtools: true}` when launching Puppeteer: