Table of Contents

Class LifecycleEventEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

public sealed record LifecycleEventEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<LifecycleEventEventArgs>
Inheritance
EventArgs
LifecycleEventEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

LifecycleEventEventArgs(FrameId, LoaderId, string, MonotonicTime)

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

public LifecycleEventEventArgs(FrameId FrameId, LoaderId LoaderId, string Name, MonotonicTime Timestamp)

Parameters

FrameId FrameId

Id of the frame.

LoaderId LoaderId

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

Name string
Timestamp MonotonicTime

Properties

FrameId

Id of the frame.

public FrameId FrameId { get; init; }

Property Value

FrameId

LoaderId

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

public LoaderId LoaderId { get; init; }

Property Value

LoaderId

Name

public string Name { get; init; }

Property Value

string

Timestamp

public MonotonicTime Timestamp { get; init; }

Property Value

MonotonicTime