Table of Contents

Class ConsoleProfileFinishedEventArgs

Namespace
OpenQA.Selenium.DevTools.V148.Profiler
Assembly
Selenium.WebDriver.dll

ConsoleProfileFinished

public sealed class ConsoleProfileFinishedEventArgs : EventArgs
Inheritance
ConsoleProfileFinishedEventArgs
Inherited Members

Properties

Id

Gets or sets the id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

Location

Location of console.profileEnd().

[JsonPropertyName("location")]
public Location Location { get; set; }

Property Value

Location

Profile

Gets or sets the profile

[JsonPropertyName("profile")]
public Profile Profile { get; set; }

Property Value

Profile

Title

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

[JsonPropertyName("title")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Title { get; set; }

Property Value

string