text_box
It is one of the UI element type to populate a value and also has many defined ways of sending a value.
Last updated
Was this helpful?

It is one of the UI element type to populate a value and also has many defined ways of sending a value.
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.
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.
Let's see some questions from automation communities. Trouble Shoot
How to configure the advanced options. Properties Library
Last updated
Was this helpful?
Was this helpful?