Table of Contents

Class JavaScriptCallbackExecutedEventArgs

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Provides data for the JavaScriptCallbackExecuted event.

public class JavaScriptCallbackExecutedEventArgs : EventArgs
Inheritance
JavaScriptCallbackExecutedEventArgs
Inherited Members

Properties

BindingName

Gets or sets the binding name of the JavaScript callback that was execute.

public string BindingName { get; set; }

Property Value

string

ScriptPayload

Gets or sets the payload sent from the JavaScript callback.

public string ScriptPayload { get; set; }

Property Value

string