struct Protocol::Page::Viewport
- Protocol::Page::Viewport
- Struct
- Value
- Object
Overview
Viewport for capturing screenshot.
Included Modules
- JSON::Serializable
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#height : Number::Primitive
Rectangle height in device independent pixels (dip).
-
#scale : Number::Primitive
Page scale factor.
-
#width : Number::Primitive
Rectangle width in device independent pixels (dip).
-
#x : Number::Primitive
X offset in device independent pixels (dip).
-
#y : Number::Primitive
Y offset in device independent pixels (dip).