Table of Contents

Class ConsoleProfileStartedEventArgs

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

Sent when new profile recording is started using console.profile() call.

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

Location of console.profile().

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

Property Value

Location

Title

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

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

Property Value

string