class Playwright::Page::ScreenshotOptions

Included Modules

Defined in:

playwright/page.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(path = nil, type = nil, quality = nil, full_page = nil, clip = nil, omit_background = nil, timeout = nil) #

[View source]

Instance Method Detail

def clip : Clip? #

[View source]
def clip=(clip : Clip?) #

[View source]
def full_page : Bool? #

[View source]
def full_page=(full_page : Bool?) #

[View source]
def omit_background : Bool? #

[View source]
def omit_background=(omit_background : Bool?) #

[View source]
def path : Path? #

[View source]
def path=(path : Path?) #

[View source]
def quality : Int32? #

[View source]
def quality=(quality : Int32?) #

[View source]
def timeout : Int32? #

[View source]
def timeout=(timeout : Int32?) #

[View source]
def type : Type? #

[View source]
def type=(type : Type?) #

[View source]