You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: