Class LargestContentfulPaint
java.lang.Object
org.openqa.selenium.devtools.v141.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
The id attribute of the element, if available. -
getUrl
The URL of the image (may be trimmed). -
getNodeId
-