Table of Contents

Class QueryObjectsCommandResponse

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

Response for QueryObjects

public sealed class QueryObjectsCommandResponse : ICommandResponse<QueryObjectsCommandSettings>, ICommandResponse
Inheritance
QueryObjectsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Objects

Gets or sets the objects

[JsonPropertyName("objects")]
public RemoteObject Objects { get; set; }

Property Value

RemoteObject