Table of Contents

Class GetTargetInfoCommandResponse

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

Response for GetTargetInfo

public sealed class GetTargetInfoCommandResponse : ICommandResponse<GetTargetInfoCommandSettings>, ICommandResponse
Inheritance
GetTargetInfoCommandResponse
Implements
Inherited Members
Extension Methods

Properties

TargetInfo

Gets or sets the targetInfo

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

Property Value

TargetInfo