Table of Contents

Class File

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

File

public sealed class File
Inheritance
File
Inherited Members

Properties

LastModified

Timestamp

[JsonPropertyName("lastModified")]
public double LastModified { get; set; }

Property Value

double

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Size

Size in bytes

[JsonPropertyName("size")]
public double Size { get; set; }

Property Value

double

Type

type

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string