Table of Contents

Class ImageResource

Namespace
Selenium.WebDriver.BiDi.Cdp.Page
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

The image definition used in both icon and screenshot.

public sealed record ImageResource : IEquatable<ImageResource>
Inheritance
ImageResource
Implements
Inherited Members

Constructors

ImageResource(string)

The image definition used in both icon and screenshot.

public ImageResource(string Url)

Parameters

Url string

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

Properties

Sizes

public string? Sizes { get; init; }

Property Value

string

Type

public string? Type { get; init; }

Property Value

string

Url

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

public string Url { get; init; }

Property Value

string