Table of Contents

Class FileHandler

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

Constructors

FileHandler(string, string, string)

public FileHandler(string Action, string Name, string LaunchType)

Parameters

Action string
Name string
LaunchType string

Won't repeat the enums, using string for easy comparison. Same as the other enums below.

Properties

Accepts

Mimic a map, name is the key, accepts is the value.

public ImmutableArray<FileFilter>? Accepts { get; init; }

Property Value

ImmutableArray<FileFilter>?

Action

public string Action { get; init; }

Property Value

string

LaunchType

Won't repeat the enums, using string for easy comparison. Same as the other enums below.

public string LaunchType { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string