Table of Contents

Class JavaScriptExceptionThrownEventArgs

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Provides data for the JavaScriptExceptionThrown event.

public class JavaScriptExceptionThrownEventArgs : EventArgs
Inheritance
JavaScriptExceptionThrownEventArgs
Inherited Members

Constructors

JavaScriptExceptionThrownEventArgs(string)

Initializes a new instance of the JavaScriptExceptionThrownEventArgs type.

public JavaScriptExceptionThrownEventArgs(string message)

Parameters

message string

The message of the exception thrown by JavaScript executing in the browser.

Properties

Message

Gets or sets the message of the exception thrown by JavaScript executing in the browser.

public string Message { get; set; }

Property Value

string