Table of Contents

Class ReleaseObjectGroupCommandSettings

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

Releases all remote objects that belong to a given group.

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

Symbolic object group name.

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

Property Value

string