Table of Contents

Class CloseTargetCommandResponse

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

Response for CloseTarget

public sealed class CloseTargetCommandResponse : ICommandResponse<CloseTargetCommandSettings>, ICommandResponse
Inheritance
CloseTargetCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Success

Gets or sets the success

[JsonPropertyName("success")]
public bool Success { get; set; }

Property Value

bool