puppeteer
Advanced tools
Comparing version 1.0.0-next.1516666407998 to 1.0.0-next.1516668517979
@@ -199,3 +199,4 @@ /** | ||
static async connect(options = {}) { | ||
const connection = await Connection.create(options.browserWSEndpoint); | ||
const connectionDelay = options.slowMo || 0; | ||
const connection = await Connection.create(options.browserWSEndpoint, connectionDelay); | ||
return Browser.create(connection, options, null, () => connection.send('Browser.close')); | ||
@@ -202,0 +203,0 @@ } |
{ | ||
"name": "puppeteer", | ||
"version": "1.0.0-next.1516666407998", | ||
"version": "1.0.0-next.1516668517979", | ||
"description": "A high-level API to control headless Chrome over the DevTools Protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
255899
6434