Hi,
With pupeeter I would like to take screenshots of the web page after the bot and keep those pages. For now, I can only keep one with Sreenshot Page. Is this possible? If yes, how can I do this?
Thanks a lot!
Hi,
With pupeeter I would like to take screenshots of the web page after the bot and keep those pages. For now, I can only keep one with Sreenshot Page. Is this possible? If yes, how can I do this?
Thanks a lot!
You could use data from your input as a filename, so you have the guarantee that it’s unique. In the screenshot block, as file name, use interpolated mode (green background) and write
<input.DATA>.jpg
or anything similar, using your input. OB2 will sanitize the filename automatically.
Hi Ruri,
Thanks you.
I’ll try.