Table of Contents

Class BindingCalledEventArgs

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Event arguments present when the BindingCalled event is raised.

public class BindingCalledEventArgs : EventArgs
Inheritance
BindingCalledEventArgs
Inherited Members

Properties

ExecutionContextId

Gets the execution context ID of the call to the binding.

public long ExecutionContextId { get; }

Property Value

long

Name

Gets the name of the call to the binding.

public string Name { get; }

Property Value

string

Payload

Gets the payload of the call to the binding.

public string Payload { get; }

Property Value

string