class Playwright::Page::ScreenshotOptions
- Playwright::Page::ScreenshotOptions
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/page.crConstructors
- .new(pull : JSON::PullParser)
- .new(path = nil, type = nil, quality = nil, full_page = nil, clip = nil, omit_background = nil, timeout = nil)
Instance Method Summary
- #clip : Clip?
- #clip=(clip : Clip?)
- #full_page : Bool?
- #full_page=(full_page : Bool?)
- #omit_background : Bool?
- #omit_background=(omit_background : Bool?)
- #path : Path?
- #path=(path : Path?)
- #quality : Int32?
- #quality=(quality : Int32?)
- #timeout : Int32?
- #timeout=(timeout : Int32?)
- #type : Type?
- #type=(type : Type?)
Constructor Detail
def self.new(path = nil, type = nil, quality = nil, full_page = nil, clip = nil, omit_background = nil, timeout = nil)
#