Table of Contents

Class GetExtensionsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V150.Extensions
Assembly
Selenium.WebDriver.dll

Response for Gets a list of all unpacked extensions.

public sealed class GetExtensionsCommandResponse : ICommandResponse<GetExtensionsCommandSettings>, ICommandResponse
Inheritance
GetExtensionsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Extensions

Gets or sets the extensions

[JsonPropertyName("extensions")]
public ExtensionInfo[] Extensions { get; set; }

Property Value

ExtensionInfo[]