Table of Contents

Class LastSeenObjectIdEventArgs

Namespace
OpenQA.Selenium.DevTools.V131.HeapProfiler
Assembly
WebDriver.dll

LastSeenObjectId

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

long

Timestamp

Gets or sets the timestamp

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double