Table of Contents

Class GetCategoriesCommandResponse

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

Response for GetCategories

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

Properties

Categories

Gets or sets the categories

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

Property Value

string[]