---
title: "Touchscreen | Grafana k6 documentation"
description: "Browser module: Touchscreen Class"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Touchscreen

The `Touchscreen` class allows to interact with a virtual touchscreen. A `Touchscreen` instance can be obtained by calling the [`page.touchscreen`](/docs/k6/next/javascript-api/k6-browser/page/touchscreen/) method.

Expand table

| Method                                                                                                                  | Description      |
|-------------------------------------------------------------------------------------------------------------------------|------------------|
| [tap()](/docs/k6/next/javascript-api/k6-browser/touchscreen/tap/) [](https://github.com/grafana/xk6-browser/issues/436) | Simulates a tap. |
