puppeteer-extra-plugin-auto-scroll
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "puppeteer-extra-plugin-auto-scroll", | ||
"description": "A auto scroll plugin for puppeteer-extra", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "src/index.js", | ||
@@ -6,0 +6,0 @@ "module": "src/index.js", |
@@ -20,3 +20,3 @@ const { PuppeteerExtraPlugin } = require('puppeteer-extra-plugin'); | ||
await this.evaluate( | ||
await runAutoScroll(id, distance || 100, interval || 1000) | ||
await this.runAutoScroll(id, distance || 100, interval || 1000) | ||
); | ||
@@ -23,0 +23,0 @@ } |
5465