Table of Contents

Class TargetChangedArgs

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Event arguments used by target related events.

public class TargetChangedArgs
Inheritance
TargetChangedArgs

Properties

Target

Gets the target.

public Target Target { get; }

Property Value

Target

The target.

TargetInfo

Gets the target info.

public TargetInfo TargetInfo { get; }

Property Value

TargetInfo

The target info.

See Also