Class EnableCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V146.PerformanceTimeline
- Assembly
- Selenium.WebDriver.dll
Previously buffered events would be reported before method returns. See also: timelineEventAdded
public sealed class EnableCommandSettings : ICommand
- Inheritance
-
EnableCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
EventTypes
The types of event to report, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype The specified filter overrides any previous filters, passing empty filter disables recording. Note that not all types exposed to the web platform are currently supported.
[JsonPropertyName("eventTypes")]
public string[] EventTypes { get; set; }
Property Value
- string[]