# Supported Device Types

This section outlines all device categories supported by the Drizz Desktop App, including Android, iOS, and mobile web environments. Drizz automatically detects connected devices and simulators through ADB and Xcode runtimes, enabling seamless test authoring and execution across emulators, physical hardware, and in-app browsers. Understanding supported device types ensures proper environment setup and reliable automation workflows.

#### Android/iOS:

Detection through ADB.

1. Emulators
2. Physical devices

#### iOS (macOS only):

Detected via Xcode runtime.

1. iOS Simulators

#### Mobile Web

1. Any browser pre-installed on Android emulator
2. Any browser pre-installed on iOS simulator


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drizz.dev/getting-started/drizz-desktop-app/introduction-drizz-desktop-app/supported-device-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
