struct Protocol::Page::LayoutViewport
- Protocol::Page::LayoutViewport
- Struct
- Value
- Object
Overview
Layout viewport position and dimensions.
Included Modules
- JSON::Serializable
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#client_height : Int::Primitive
Height (CSS pixels), excludes scrollbar if present.
-
#client_width : Int::Primitive
Width (CSS pixels), excludes scrollbar if present.
-
#page_x : Int::Primitive
Horizontal offset relative to the document (CSS pixels).
-
#page_y : Int::Primitive
Vertical offset relative to the document (CSS pixels).