# Клик по web элементу

![](/files/mJ2qyG1O0aEUgNvOmmUk)

Данный шаблон нужен для имитации единичного клика левой кнопкой мыши по Web элементу. Элемент может быть любым. Шаблон включает следующие параметры:

* Браузер. Здесь нужно обязательно указать Этап "Инициализировать браузер", чтобы получить доступ к окну браузера.
* Задержка. Количество секунд, насколько надо роботу сделать паузу. Например, чтобы вся страница полностью загрузилась и все элементы отобразились пользователю.
* ID. Уникальное имя, по которому мы точно определяем web-эелемент, с которым хотим работать.
* Тип элемента. Возможны два значения: CSS и XPath. Это тип селектора (уникального имени)


---

# 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.onerpa.ru/rpa-platforma-onerpa/shablony-etapov/shablony-etapov-web-interfeisa/deistviya/klik-po-web-elementu.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.
