Table of Contents

Class ConsoleProfileFinishedEventArgs

Namespace
OpenQA.Selenium.DevTools.V85.Profiler
Assembly
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

Gets or sets the location

[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

Gets or sets the title

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

Property Value

string