Table of Contents

Class BindingCalledEventArgs

Namespace
OpenQA.Selenium.DevTools.V146.Runtime
Assembly
Selenium.WebDriver.dll

Notification is issued every time when binding is called.

public sealed class BindingCalledEventArgs : EventArgs
Inheritance
BindingCalledEventArgs
Inherited Members

Properties

ExecutionContextId

Identifier of the context where the call was made.

[JsonPropertyName("executionContextId")]
public long ExecutionContextId { get; set; }

Property Value

long

Name

Gets or sets the name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Payload

Gets or sets the payload

[JsonPropertyName("payload")]
public string Payload { get; set; }

Property Value

string