Table of Contents

Class CreateTargetCommandResponse

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

Response for CreateTarget

public sealed class CreateTargetCommandResponse : ICommandResponse<CreateTargetCommandSettings>, ICommandResponse
Inheritance
CreateTargetCommandResponse
Implements
Inherited Members
Extension Methods

Properties

TargetId

Gets or sets the targetId

[JsonPropertyName("targetId")]
public string TargetId { get; set; }

Property Value

string