Table of Contents

Class LoadUnpackedCommandResponse

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

Response for Installs an unpacked extension from the filesystem similar to --load-extension CLI flags. Returns extension ID once the extension has been installed. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.

public sealed class LoadUnpackedCommandResponse : ICommandResponse<LoadUnpackedCommandSettings>, ICommandResponse
Inheritance
LoadUnpackedCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Id

Extension id.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string