Class File
- Namespace
- OpenQA.Selenium.DevTools.V132.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
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Size
size
[JsonPropertyName("size")]
public double Size { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public string Type { get; set; }