Table of Contents

Class ImageResource

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

The image definition used in both icon and screenshot.

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

The src field in the definition, but changing to url in favor of consistency.

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

Property Value

string