Table of Contents

Class ConsoleProfileStartedEventArgs

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

ConsoleProfileStarted

public sealed class ConsoleProfileStartedEventArgs : EventArgs
Inheritance
ConsoleProfileStartedEventArgs
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

Title

Gets or sets the title

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

Property Value

string