class Playwright::ElementHandle::ScreenshotOptions

Included Modules

Defined in:

playwright/elementhandle.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

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]