Table of Contents

Class BindingCalledEventArgs

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

BindingCalled

public sealed class BindingCalledEventArgs : EventArgs
Inheritance
BindingCalledEventArgs
Inherited Members

Properties

ExecutionContextId

Gets or sets the executionContextId

[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