Table of Contents

Class QueryObjectsCommandSettings

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

QueryObjects

public sealed class QueryObjectsCommandSettings : ICommand
Inheritance
QueryObjectsCommandSettings
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")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ObjectGroup { get; set; }

Property Value

string

PrototypeObjectId

Gets or sets the prototypeObjectId

[JsonPropertyName("prototypeObjectId")]
public string PrototypeObjectId { get; set; }

Property Value

string