Table of Contents

Class BindingCalledEventArgs

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

Notification is issued every time when binding is called.

public sealed record BindingCalledEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<BindingCalledEventArgs>
Inheritance
EventArgs
BindingCalledEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

BindingCalledEventArgs(string, string, ExecutionContextId)

Notification is issued every time when binding is called.

public BindingCalledEventArgs(string Name, string Payload, ExecutionContextId ExecutionContextId)

Parameters

Name string
Payload string
ExecutionContextId ExecutionContextId

Identifier of the context where the call was made.

Properties

ExecutionContextId

Identifier of the context where the call was made.

public ExecutionContextId ExecutionContextId { get; init; }

Property Value

ExecutionContextId

Name

public string Name { get; init; }

Property Value

string

Payload

public string Payload { get; init; }

Property Value

string