Table of Contents

Class ImageResource

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

ImageResource

public sealed class ImageResource
Inheritance
ImageResource
Inherited Members

Properties

Sizes

sizes

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

Property Value

string

Type

type

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

Property Value

string

Url

url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string