Choose which device should be used for web page screenshot rendering. Because of optimization, modern web pages look different on various device types.
Website screenshot width in pixels. Minimal value is 100 and maximal value is 1920.
Website screenshot height in pixels. Minimal value is 100 and maximal value is 9999 or type in full if you need the full website screenshot.
Mark this checkbox if you want to capture full page website screenshot.
Website zoom before webpage screenshot is captured.
Image format of the captured website screenshot.
Using this parameter, you can manage how long our webpage capturing generator should wait before the website screenshot is created. Default value are 2 seconds. This parameter is useful when you want to capture a webpage with some fancy animation and you want to wait until the animation finish.
HTML element that is clicked before webpage is captured as screenshot. Useful for accepting annoying GDPR or cookie banners. For example: .click-here will click the element with class="click-here" or #click-this will click on element with id="click-this".
More info about selectors can be found in CSS Selector Reference.
Comma separated selectors of elements that will be hidden before webpage is captured as screenshot. Useful for hidding various GDPR/cookie banners, popup dialogs or any other elements. Usage is the same as "Click on element".
Capture a screenshot of the first DOM element matched by CSS selector.
Capture a screenshot of the selected region. For example: 100,0,800,300 captures a screenshot of rectangle with dimension width=800px, height=300px and with upper left corner started at position x=100px and y=0px of the viewport.