Table of Contents

Class CloseTargetCommandResponse

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

Response for Closes the target. If the target is a page that gets closed too.

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

Properties

Success

Always set to true. If an error occurs, the response indicates protocol error.

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

Property Value

bool