Table of Contents

Class FileHandler

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

FileHandler

public sealed class FileHandler
Inheritance
FileHandler
Inherited Members

Properties

Accepts

accepts

[JsonPropertyName("accepts")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FileFilter[] Accepts { get; set; }

Property Value

FileFilter[]

Action

action

[JsonPropertyName("action")]
public string Action { get; set; }

Property Value

string

Icons

icons

[JsonPropertyName("icons")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ImageResource[] Icons { get; set; }

Property Value

ImageResource[]

LaunchType

launchType

[JsonPropertyName("launchType")]
public string LaunchType { get; set; }

Property Value

string

Name

name

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

Property Value

string