Table of Contents

Class CanEmulateCommandResponse

Namespace
OpenQA.Selenium.DevTools.V146.Emulation
Assembly
Selenium.WebDriver.dll

Response for Tells whether emulation is supported.

public sealed class CanEmulateCommandResponse : ICommandResponse<CanEmulateCommandSettings>, ICommandResponse
Inheritance
CanEmulateCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Result

True if emulation is supported.

[JsonPropertyName("result")]
public bool Result { get; set; }

Property Value

bool