Table of Contents

Class SharedStorageUrlWithMetadata

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

Bundles a candidate URL with its reporting metadata.

public sealed class SharedStorageUrlWithMetadata
Inheritance
SharedStorageUrlWithMetadata
Inherited Members

Properties

ReportingMetadata

Any associated reporting metadata.

[JsonPropertyName("reportingMetadata")]
public SharedStorageReportingMetadata[] ReportingMetadata { get; set; }

Property Value

SharedStorageReportingMetadata[]

Url

Spec of candidate URL.

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

Property Value

string