class Playwright::ElementHandle::ScreenshotOptions
- Playwright::ElementHandle::ScreenshotOptions
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/elementhandle.crConstructors
- .new(pull : JSON::PullParser)
- .new(path = nil, type = nil, quality = nil, omit_background = nil, timeout = nil)
Instance Method Summary
- #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?)