> 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/cmd/wait-for-text.md).

# Wait For Text

This activity waits for a specific text on a previously opened Cmd Session.

### Input

* **Cmd Session:**[`Process Variable`](/getting-started/rpa-studio/variables.md#process) <mark style="color:red;">`Required`</mark>\
  Specifies the variable containing the previously opened Cmd Session.
* **Search Text Pattern:**[`String Argument`](/getting-started/rpa-studio/arguments.md#types-of-arguments) <mark style="color:red;">`Required`</mark>\
  Specifies the text to be searched.

### Options

* Timeout:[`Integer Argument`](/getting-started/rpa-studio/arguments.md#types-of-arguments)\
  Specifies the time period to wait for the given text pattern.
