Table of Contents

Class FileHandler

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

Constructors

FileHandler(string, ImmutableArray<FileHandlerAccept>, string)

public FileHandler(string Action, ImmutableArray<FileHandlerAccept> Accepts, string DisplayName)

Parameters

Action string
Accepts ImmutableArray<FileHandlerAccept>
DisplayName string

Properties

Accepts

public ImmutableArray<FileHandlerAccept> Accepts { get; init; }

Property Value

ImmutableArray<FileHandlerAccept>

Action

public string Action { get; init; }

Property Value

string

DisplayName

public string DisplayName { get; init; }

Property Value

string