Table of Contents

Class ShareTarget

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

ShareTarget

public sealed class ShareTarget
Inheritance
ShareTarget
Inherited Members

Properties

Action

action

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

Property Value

string

Enctype

enctype

[JsonPropertyName("enctype")]
public string Enctype { get; set; }

Property Value

string

Files

files

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

Property Value

FileFilter[]

Method

method

[JsonPropertyName("method")]
public string Method { get; set; }

Property Value

string

Text

text

[JsonPropertyName("text")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Text { get; set; }

Property Value

string

Title

title

[JsonPropertyName("title")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Title { get; set; }

Property Value

string

Url

url

[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }

Property Value

string