Table of Contents

Class LifecycleEventEventArgs

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

Fired for lifecycle events (navigation, load, paint, etc) in the current target (including local frames).

public sealed class LifecycleEventEventArgs : EventArgs
Inheritance
LifecycleEventEventArgs
Inherited Members

Properties

FrameId

Id of the frame.

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

Property Value

string

LoaderId

Loader identifier. Empty string if the request is fetched from worker.

[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