Class MonotonicTime
- java.lang.Object
-
- org.openqa.selenium.devtools.network.model.MonotonicTime
-
public class MonotonicTime extends java.lang.Object
Monotonically increasing time in seconds since an arbitrary point in the past.
-
-
Constructor Summary
Constructors Constructor Description MonotonicTime(java.lang.Number monotonicTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toJson()
java.lang.String
toString()
-