Take Screenshot Block
Last updated
Last updated
Used to create a screenshot of the current tab. You can use three modes: A page (screenshot of the page), A full page (screenshot of the entire page), An element (screenshot of a page element). There are settings for these modes:
Save screenshot to computer. Here you need to enter the name and select the file format to save.
Insert screenshot to table. The so-called data URL is written to the table, which is a text string containing a Base64-encoded image.
Assign to variable. The data URL is written to the workflow variable. For the block to work correctly, enter the name of the variable previously declared in the program.
CSS Selector. For the An element mode, you must specify the selector of the element for the area of which you want to take a screenshot of the screen.