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

# Touchscreen

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

Expand table

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