Class LargestContentfulPaint
java.lang.Object
org.openqa.selenium.devtools.v150.performancetimeline.model.LargestContentfulPaint
See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl
-
Constructor Summary
ConstructorsConstructorDescriptionLargestContentfulPaint(TimeSinceEpoch renderTime, TimeSinceEpoch loadTime, Number size, Optional<String> elementId, Optional<String> url, Optional<BackendNodeId> nodeId) -
Method Summary
-
Constructor Details
-
LargestContentfulPaint
public LargestContentfulPaint(TimeSinceEpoch renderTime, TimeSinceEpoch loadTime, Number size, Optional<String> elementId, Optional<String> url, Optional<BackendNodeId> nodeId)
-
-
Method Details
-
getRenderTime
-
getLoadTime
-
getSize
The number of pixels being painted. -
getElementId
-
getUrl
-
getNodeId
-