Table of Contents

Class File

Namespace
Selenium.WebDriver.BiDi.Cdp.FileSystem
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record File : IEquatable<File>
Inheritance
File
Implements
Inherited Members

Constructors

File(string, TimeSinceEpoch, double, string)

public File(string Name, TimeSinceEpoch LastModified, double Size, string Type)

Parameters

Name string
LastModified TimeSinceEpoch

Timestamp

Size double

Size in bytes

Type string

Properties

LastModified

Timestamp

public TimeSinceEpoch LastModified { get; init; }

Property Value

TimeSinceEpoch

Name

public string Name { get; init; }

Property Value

string

Size

Size in bytes

public double Size { get; init; }

Property Value

double

Type

public string Type { get; init; }

Property Value

string