Table of Contents

Class ShareTarget

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

Constructors

ShareTarget(string, string, string)

public ShareTarget(string Action, string Method, string Enctype)

Parameters

Action string
Method string
Enctype string

Properties

Action

public string Action { get; init; }

Property Value

string

Enctype

public string Enctype { get; init; }

Property Value

string

Files

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

Property Value

ImmutableArray<FileFilter>?

Method

public string Method { get; init; }

Property Value

string

Text

public string? Text { get; init; }

Property Value

string

Title

Embed the ShareTargetParams

public string? Title { get; init; }

Property Value

string

Url

public string? Url { get; init; }

Property Value

string