Table of Contents

Class LoadUnpackedCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.Extensions
Assembly
Selenium.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

EnableInIncognito

Enable the extension in incognito

[JsonPropertyName("enableInIncognito")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? EnableInIncognito { get; set; }

Property Value

bool?

Path

Absolute file path.

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

Property Value

string