I am currently integrating webshot to our existing platform. I managed to run it successfully but I can't seem to find where it is being saved. Is there a specific system folder where webshot saves all it's screenshots? Thank you
You would tell it where to save the image. The file path is after the url:
In example:
webshot('exampledomain.com/example.html', './'
Here the ./ is the current directory.
I am currently integrating webshot to our existing platform. I managed to run it successfully but I can't seem to find where it is being saved. Is there a specific system folder where webshot saves all it's screenshots? Thank you