Table of Contents

Class LifecycleEventEventArgs

Namespace
OpenQA.Selenium.DevTools.V85.Page
Assembly
WebDriver.dll

LifecycleEvent

public sealed class LifecycleEventEventArgs : EventArgs
Inheritance
LifecycleEventEventArgs
Inherited Members

Properties

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

LoaderId

Gets or sets the loaderId

[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }

Property Value

string

Name

Gets or sets the name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Timestamp

Gets or sets the timestamp

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

Property Value

double