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
When I create screenshots using the /worker/:id/screenshot.json endpoint the API returns a url to a PNG image which in fact is a JPEG image. Is there a way to return a real PNG image? I was planning to use the screenshot for automatic frontend testing (using pixel matching) and would rather not have JPEG compression artefacts in the screenshots.
When I create screenshots using the
/worker/:id/screenshot.json
endpoint the API returns a url to a PNG image which in fact is a JPEG image. Is there a way to return a real PNG image? I was planning to use the screenshot for automatic frontend testing (using pixel matching) and would rather not have JPEG compression artefacts in the screenshots.example response: https://s3.amazonaws.com/testautomation/54f41127df9733579bb00bf009cda30b3295cbfa/js-screenshot-1551970472.png
The text was updated successfully, but these errors were encountered: