Table of Contents

Class LoadUnpackedCommandSettings

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

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 LoadUnpackedCommandSettings : ICommand
Inheritance
LoadUnpackedCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Path

Absolute file path.

[JsonPropertyName("path")]
public string Path { get; set; }

Property Value

string