Capture screenshot
Take a screenshot of the active tab’s viewport (i.e. the part that is currently visible on the screen):
Add the element
Charles: Screenshotto the page.Use the action
Charles: Capture Screenshotto initiate a screenshot
Once the screenshot is taken, the event
screenshotCapturedis triggered. You can use theCharles: Screenshot's statesScreenshot URLto access an image uploaded to the Bubble CDN. Please use:saved to S3to make sure the image is permanently stored. This should be the main way of storing images.Base64 encoded imageto save a base64 encoded image directly to Bubble’s databse. This can be useful if you need to use any 3rd party APIs that expect a base64 encoded image. Please note that the string contains a prefix:data:image/png;base64,iVBORw0KGgoAAA…

Last updated