You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,7 +40,6 @@ Puppeteer plugin constructor accepts next params:
41
40
*`scrollToBottom` - *(optional)* - in some cases, the page needs to be scrolled down to render its assets (lazyloading). Because some pages can be really endless, the scrolldown process can be interrupted before reaching the bottom when one or both of the bellow limitations are reached:
42
41
*`timeout` - in milliseconds
43
42
*`viewportN` - viewport height multiplier
44
-
*`blockNavigation` - *(optional)* - defines whether navigation away from the page is permitted or not. If it is set to true, then the page is locked to the current url and redirects with `location.replace(anotherPage)` will not pass. Defaults to `false`
45
43
46
44
## How it works
47
45
It starts Chromium in headless mode which just opens page and waits until page is loaded.
0 commit comments