> For the complete documentation index, see [llms.txt](https://docs.qatts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qatts.com/studio/ui-elements/text_box.md).

# text\_box

A textbox is a common input control in HTML. It is used to collect user input and allow the user to enter text. The most common use of a textbox is to enter search queries on a web page or to enter login credentials on an online form. It is a common input element found in many software programs

When you click on the text box, a cursor is enabled, indicating the user can begin typing.&#x20;

## Automation

How does this work ?

Usually whenever sending a value to the text box, QATTS clears the value and sends the value.

But, There would be some situation where the user cannot send a value. Might get multiple exceptions / sent value will not get displayed.&#x20;

Let's see some questions from automation communities.  [Trouble Shoot](/studio/ui-elements/text_box/trouble-shoot.md)

How to configure the advanced options. [Properties Library](/studio/ui-elements/text_box/properties-library.md)
