Table of Contents

Class QueryObjectsCommandResponse

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

Response for QueryObjects

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

Properties

Objects

Array with objects.

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

Property Value

RemoteObject