Table of Contents

Class CreateTargetCommandResponse

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

Response for Creates a new page.

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

Properties

TargetId

The id of the page opened.

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

Property Value

string