Class ScreencastFrameMetadata
java.lang.Object
org.openqa.selenium.devtools.v126.page.model.ScreencastFrameMetadata
Screencast frame metadata.
-
Constructor Summary
ConstructorsConstructorDescriptionScreencastFrameMetadata
(Number offsetTop, Number pageScaleFactor, Number deviceWidth, Number deviceHeight, Number scrollOffsetX, Number scrollOffsetY, Optional<TimeSinceEpoch> timestamp) -
Method Summary
Modifier and TypeMethodDescriptionDevice screen height in DIP.Device screen width in DIP.Top offset in DIP.Page scale factor.Position of horizontal scroll in CSS pixels.Position of vertical scroll in CSS pixels.Frame swap timestamp.
-
Constructor Details
-
ScreencastFrameMetadata
-
-
Method Details
-
getOffsetTop
Top offset in DIP. -
getPageScaleFactor
Page scale factor. -
getDeviceWidth
Device screen width in DIP. -
getDeviceHeight
Device screen height in DIP. -
getScrollOffsetX
Position of horizontal scroll in CSS pixels. -
getScrollOffsetY
Position of vertical scroll in CSS pixels. -
getTimestamp
Frame swap timestamp.
-