Table of Contents

Class ReleaseObjectCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Runtime
Assembly
WebDriver.dll

ReleaseObject

public sealed class ReleaseObjectCommandSettings : ICommand
Inheritance
ReleaseObjectCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ObjectId

Gets or sets the objectId

[JsonPropertyName("objectId")]
public string ObjectId { get; set; }

Property Value

string