Table of Contents

Class File

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

File

public sealed class File
Inheritance
File
Inherited Members

Properties

LastModified

lastModified

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

Property Value

double

Name

name

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

Property Value

string

Size

size

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

Property Value

double

Type

type

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

Property Value

string