"[WebUI] Take Screenshot" Usage & file storing

I created a script based on Example #1 “You want to take screenshot of the current browser after logging in and store it in temp folder”

See: http://docs.katalon.com/display/KD/[WebUI]+Take+Screenshot

Question: What is the name of the image file & where is it stored?

Thanks,
Dave

Hello, on windows if no parameter is specified it is saved under C:\Users\\AppData\Local\Temp
Name is auto generated, something like this screenshot1916919181307410292.png

In Exmaple2 you can specify filename and location.

HTH

Thanks, very helpful!

Maybe this information could be added to the 1st example on the http://docs.katalon.com/display/KD/[WebUI]+Take+Screenshot page.

Cheers,
Dave