Class LoadUnpackedCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V142.Extensions
- Assembly
- WebDriver.dll
LoadUnpacked
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
Path
Gets or sets the path
[JsonPropertyName("path")]
public string Path { get; set; }