# constDeviceCategory<!-- -->

## Index[**](#Index)

### Enumeration Members

* [**desktop](#desktop)
* [**mobile](#mobile)

## Enumeration Members<!-- -->[**](<#Enumeration Members>)

### [**](#desktop)[**](https://github.com/apify/crawlee/blob/8f2663aedfd2280ca35b9185b4e287f65a2ce969/packages/browser-pool/src/fingerprinting/types.ts#L72)desktop

**desktop: desktop

Describes desktop computers and laptops. These devices usually have larger, horizontal screens and load full-sized versions of websites.

### [**](#mobile)[**](https://github.com/apify/crawlee/blob/8f2663aedfd2280ca35b9185b4e287f65a2ce969/packages/browser-pool/src/fingerprinting/types.ts#L68)mobile

**mobile: mobile

Describes mobile devices (mobile phones, tablets...). These devices usually have smaller, vertical screens and load lighter versions of websites.

> Note: Generating `android` and `ios` devices will not work without setting the device to `mobile` first.
