Class BufferUsage
java.lang.Object
org.openqa.selenium.devtools.v119.tracing.model.BufferUsage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn approximate number of events in the trace log.A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.getValue()
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
-
Constructor Details
-
BufferUsage
-
-
Method Details
-
getPercentFull
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size. -
getEventCount
An approximate number of events in the trace log. -
getValue
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
-