Table of Contents

Class ReleaseObjectGroupCommandSettings

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

ReleaseObjectGroup

public sealed class ReleaseObjectGroupCommandSettings : ICommand
Inheritance
ReleaseObjectGroupCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ObjectGroup

Gets or sets the objectGroup

[JsonPropertyName("objectGroup")]
public string ObjectGroup { get; set; }

Property Value

string