Table of Contents

Class GetCategoriesCommandResponse

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

Response for Gets supported tracing categories.

public sealed class GetCategoriesCommandResponse : ICommandResponse<GetCategoriesCommandSettings>, ICommandResponse
Inheritance
GetCategoriesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Categories

A list of supported tracing categories.

[JsonPropertyName("categories")]
public string[] Categories { get; set; }

Property Value

string[]