Class DeviceDescriptor
- Namespace
- PuppeteerSharp.Mobile
- Assembly
- PuppeteerSharp.dll
Device descriptor.
public class DeviceDescriptor
- Inheritance
-
DeviceDescriptor
Properties
Name
Device name.
public string Name { get; }
Property Value
- string
The name.
UserAgent
User Agent.
public string UserAgent { get; }
Property Value
- string
The user agent.
ViewPort
ViewPort.
public ViewPortOptions ViewPort { get; }
Property Value
- ViewPortOptions
The view port.