Table of Contents

Class GetFileInfoResult

Namespace
Selenium.WebDriver.BiDi.Cdp.DOM
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetFileInfoResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetFileInfoResult>
Inheritance
EmptyResult
GetFileInfoResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetFileInfoResult(string)

public GetFileInfoResult(string Path)

Parameters

Path string

Properties

Path

public string Path { get; init; }

Property Value

string