Table of Contents

Class GetDirectoryCommandResponse

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

Response for GetDirectory

public sealed class GetDirectoryCommandResponse : ICommandResponse<GetDirectoryCommandSettings>, ICommandResponse
Inheritance
GetDirectoryCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Directory

Returns the directory object at the path.

[JsonPropertyName("directory")]
public Directory Directory { get; set; }

Property Value

Directory