Collect all parameteres, load the webpage and take screenshot at the end. This API save on a S3 bucket and return the url.
targetUrl
string : Website url useProxy
enum : Load website through proxy servers pageWidth
number : Set browser page width pageHeight
number : Set browser page height deviceScaleFactor
enum : Specify device scale factor (can be thought of as DPR). Defaults to 1. isMobile
enum : 1 for true, 0 for false. Whether the meta viewport tag is taken into account. Defaults to 0. hasTouch
enum : 1 for true, 0 for false. Specifies if viewport supports touch events. Defaults to 0 isLandScape
enum : 1 for true, 0 for false. Specifies if viewport is in landscape mode. Defaults to 0 fullpage
enum : 1 for true, 0 for false. When 1, takes a screenshot of the full scrollable page. Defaults to 0. clickSelector
string : Click on the page, identified by the selector clickDelay
number : Click after ms. clickButton
number : Which mouse button 'left', 'right', 'middle', 'back', 'forward' clickCount
number : How many times click the element. isFullyLoaded
enum : 1 for true, 0 for false. When 1, consider navigation to be finished when there are no more than 0 network connections for at least 500 ms. Default 0. removables
string : Remove html elements by input selector, before taking screenshot.