Table of Contents

Class ConsoleProfileFinishedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Profiler
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ConsoleProfileFinishedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ConsoleProfileFinishedEventArgs>
Inheritance
EventArgs
ConsoleProfileFinishedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

ConsoleProfileFinishedEventArgs(string, Location, Profile, string?)

public ConsoleProfileFinishedEventArgs(string Id, Location Location, Profile Profile, string? Title = null)

Parameters

Id string
Location Location

Location of console.profileEnd().

Profile Profile
Title string

Profile title passed as an argument to console.profile().

Properties

Id

public string Id { get; init; }

Property Value

string

Location

Location of console.profileEnd().

public Location Location { get; init; }

Property Value

Location

Profile

public Profile Profile { get; init; }

Property Value

Profile

Title

Profile title passed as an argument to console.profile().

public string? Title { get; init; }

Property Value

string