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

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