struct Protocol::Page::ScreencastFrameMetadata
- Protocol::Page::ScreencastFrameMetadata
- Struct
- Value
- Object
Overview
Screencast frame metadata.
Included Modules
- JSON::Serializable
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#device_height : Number::Primitive
Device screen height in DIP.
-
#device_width : Number::Primitive
Device screen width in DIP.
-
#offset_top : Number::Primitive
Top offset in DIP.
-
#page_scale_factor : Number::Primitive
Page scale factor.
-
#scroll_offset_x : Number::Primitive
Position of horizontal scroll in CSS pixels.
-
#scroll_offset_y : Number::Primitive
Position of vertical scroll in CSS pixels.
-
#timestamp : Network::TimeSinceEpoch | Nil
Frame swap timestamp.