Table of Contents

Class EventMetadata

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

A key-value pair for additional event information to pass along.

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

Constructors

EventMetadata(string, string)

A key-value pair for additional event information to pass along.

public EventMetadata(string Key, string Value)

Parameters

Key string
Value string

Properties

Key

public string Key { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string