Table of Contents

Class GetDirectoryCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.FileSystem
Assembly
WebDriver.dll

GetDirectory

public sealed class GetDirectoryCommandSettings : ICommand
Inheritance
GetDirectoryCommandSettings
Implements
Inherited Members

Properties

BucketFileSystemLocator

Gets or sets the bucketFileSystemLocator

[JsonPropertyName("bucketFileSystemLocator")]
public BucketFileSystemLocator BucketFileSystemLocator { get; set; }

Property Value

BucketFileSystemLocator

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string