Uses of Class
org.openqa.selenium.devtools.v98.performancetimeline.model.LayoutShiftAttribution
-
Packages that use LayoutShiftAttribution Package Description org.openqa.selenium.devtools.v98.performancetimeline.model -
-
Uses of LayoutShiftAttribution in org.openqa.selenium.devtools.v98.performancetimeline.model
Methods in org.openqa.selenium.devtools.v98.performancetimeline.model that return types with arguments of type LayoutShiftAttribution Modifier and Type Method Description java.util.List<LayoutShiftAttribution>LayoutShift. getSources()Constructor parameters in org.openqa.selenium.devtools.v98.performancetimeline.model with type arguments of type LayoutShiftAttribution Constructor Description LayoutShift(java.lang.Number value, java.lang.Boolean hadRecentInput, TimeSinceEpoch lastInputTime, java.util.List<LayoutShiftAttribution> sources)
-