struct Protocol::Page::CaptureScreenshot

Overview

Capture page screenshot.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def data : String #

Base64-encoded image data. (Encoded as a base64 string when passed over JSON)


[View source]