Table of Contents

Class SubresourceWebBundleMetadataErrorEventArgs

Namespace
OpenQA.Selenium.DevTools.V130.Network
Assembly
WebDriver.dll

SubresourceWebBundleMetadataError

public sealed class SubresourceWebBundleMetadataErrorEventArgs : EventArgs
Inheritance
SubresourceWebBundleMetadataErrorEventArgs
Inherited Members

Properties

ErrorMessage

Gets or sets the errorMessage

[JsonPropertyName("errorMessage")]
public string ErrorMessage { get; set; }

Property Value

string

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string