Class LayoutShift
java.lang.Object
org.openqa.selenium.devtools.v141.performancetimeline.model.LayoutShift
See https://wicg.github.io/layout-instability/#sec-layout-shift and layout_shift.idl
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutShift(Number value, Boolean hadRecentInput, TimeSinceEpoch lastInputTime, List<LayoutShiftAttribution> sources) -
Method Summary
-
Constructor Details
-
LayoutShift
public LayoutShift(Number value, Boolean hadRecentInput, TimeSinceEpoch lastInputTime, List<LayoutShiftAttribution> sources)
-
-
Method Details
-
getValue
Score increment produced by this event. -
getHadRecentInput
-
getLastInputTime
-
getSources
-