DeviceProperties

Enum to represent the allowlistable set of device properties. By default, all properties are collected. See the devicePropertyAllowlist option of initialize for more info.

readonly

Hierarchy

  • DeviceProperties

Index

Properties

Static BROWSER

BROWSER: string

The name of the browser - e.g. "Chrome"

Static BROWSER_VERSION

BROWSER_VERSION: string

The version of the browser - e.g. "59.234.1234"

Static LANGUAGE

LANGUAGE: string

The language the browser is set to use - e.g. "en-us"

Static OS

OS: string

The name of the operating system - e.g. "Android"

Static RESOLUTION

RESOLUTION: string

The screen resolution of the device - e.g. "1024x768"

Static TIME_ZONE

TIME_ZONE: string

The time zone of the device - e.g. "America/New_York"

Static USER_AGENT

USER_AGENT: string

The user agent string of the browser - see this link for more info