Class LastSeenObjectIdEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V146.HeapProfiler
- Assembly
- Selenium.WebDriver.dll
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
public sealed class LastSeenObjectIdEventArgs : EventArgs
- Inheritance
-
LastSeenObjectIdEventArgs
- Inherited Members
Properties
LastSeenObjectId
Gets or sets the lastSeenObjectId
[JsonPropertyName("lastSeenObjectId")]
public long LastSeenObjectId { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }