Screenshot Taker
No credit card required
Screenshot Taker
No credit card required
Takes a screenshot of one or more web pages using the Chrome browser. The actor enables the setting of custom viewport size, page load timeout, delay, proxies, and output image format.
Page load timeout
pageLoadTimeoutSecs
integerOptional
Timeout for the web page load, in seconds. If the web page does not load in this time frame, it is considered to have failed and will be retried, similarly as with other page load errors.
Default value of this property is 60
Page retry count
pageMaxRetryCount
integerOptional
How many times to retry to load the page on error or timeout.
Default value of this property is 2
Wait until
waitUntil
EnumOptional
Indicates when to consider the navigation to the page as succeeded. For more details, see waitUntil
parameter of Page.goto() function in Puppeteer documention.
Value options:
"load": string"domcontentloaded": string"networkidle0": string"networkidle2": string
Default value of this property is "load"
Viewport width
viewportWidth
integerOptional
Width of the browser window.
Default value of this property is 1200
Viewport height
viewportHeight
integerOptional
Height of the browser window.
Default value of this property is 900
Delay before screenshot
delaySecs
integerOptional
How long time to wait after loading the page before taking the screenshot.
Default value of this property is 0
Actor Metrics
32 monthly users
-
12 stars
>99% runs succeeded
Created in Jul 2019
Modified 3 years ago