Table of Contents

Class IssueUpdatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V148.Cast
Assembly
Selenium.WebDriver.dll

This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.

public sealed class IssueUpdatedEventArgs : EventArgs
Inheritance
IssueUpdatedEventArgs
Inherited Members

Properties

IssueMessage

Gets or sets the issueMessage

[JsonPropertyName("issueMessage")]
public string IssueMessage { get; set; }

Property Value

string