Table of Contents

Class PromptDevice

Namespace
Selenium.WebDriver.BiDi.Cdp.DeviceAccess
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Device information displayed in a user prompt to select a device.

public sealed record PromptDevice : IEquatable<PromptDevice>
Inheritance
PromptDevice
Implements
Inherited Members

Constructors

PromptDevice(DeviceId, string)

Device information displayed in a user prompt to select a device.

public PromptDevice(DeviceId Id, string Name)

Parameters

Id DeviceId
Name string

Display name as it appears in a device request user prompt.

Properties

Id

public DeviceId Id { get; init; }

Property Value

DeviceId

Name

Display name as it appears in a device request user prompt.

public string Name { get; init; }

Property Value

string