Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 529 Bytes

File metadata and controls

24 lines (18 loc) · 529 Bytes

Unifapi::BrowserScreenshotResult

Properties

Name Type Description Notes
url String The rendered URL.
format String Output image format.
image_base64 String Base64-encoded image bytes.
size_bytes Integer Decoded image size in bytes.

Example

require 'unifapi'

instance = Unifapi::BrowserScreenshotResult.new(
  url: null,
  format: null,
  image_base64: null,
  size_bytes: null
)