# Click

This activity finds the web element with specified selector properties and Clicks the web element.

### Input

* **Browser** : [`IWebDriver Variable`](/getting-started/rpa-studio/variables.md#iwebdriver) <mark style="color:red;">`Required`</mark>\
  The variable name refers to the opened web browser.<br>
* **Wait Timeout** : [`Integer Argument`](/getting-started/rpa-studio/arguments.md#types-of-arguments)\
  Seconds to wait until the element is found.

### Target

* **Element :** [`IWebElement Variable`](/getting-started/rpa-studio/variables.md#iwebdriver)\
  Specifies the target web element. If it's not provided, then the selector will be used to find the required element.
* **Element Selectors :**\
  The Web Element selectors which will be used to find the target element. We can edit the selectors of the specified web element using the [Web Element Selector Editor Window](/getting-started/rpa-studio/editor-windows/web-element-selector-editor-window.md).


---

# 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.visualyze.ai/rpa-studio/automation/web-browser/click.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.
