Table of Contents

Class TargetInfoChangedEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.Target
Assembly
Selenium.WebDriver.dll

Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.

public sealed class TargetInfoChangedEventArgs : EventArgs
Inheritance
TargetInfoChangedEventArgs
Inherited Members

Properties

TargetInfo

Gets or sets the targetInfo

[JsonPropertyName("targetInfo")]
public TargetInfo TargetInfo { get; set; }

Property Value

TargetInfo