Table of Contents

Class DeviceDescriptors

Namespace
PuppeteerSharp.Mobile
Assembly
PuppeteerSharp.dll

Device descriptors.

public static class DeviceDescriptors
Inheritance
DeviceDescriptors

Methods

Get(DeviceDescriptorName)

Get the specified device description.

[Obsolete("Use Puppeteer.Devices instead")]
public static DeviceDescriptor Get(DeviceDescriptorName name)

Parameters

name DeviceDescriptorName

Device Name.

Returns

DeviceDescriptor

The device descriptor.