> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/rpa-studio/automation/web-browser/click.md).

# 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).
