Class GetExtensionsCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V147.Extensions
- Assembly
- Selenium.WebDriver.dll
Response for Gets a list of all unpacked extensions. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.
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; }