...
The action sends a text to a specified win-element.
Action icon
Image Modified
Parameters
Input parameters
Parameter | Description |
---|
Element | A resource that stores data about the selected application element. |
Time-out | The time in milliseconds during which the search for the desired window will take place. |
Text | The object whose text representation needs to be entered. |
Clear | Clear the field before input. |
Window order | If multiple windows are found, the action interacts with the window with the specified number. |
Input by symbols | If the value is "false", the entire text will be inserted. The method works for most applications. If the value is "true", the text will be printed character by character. It is recommended to use this method in cases where the first one does not work correctly. |
Settings of parameters
СвойствоОписаниеТипПример заполненияОбязательностьзаполнения поляПараметрыЭлемент | Ресурс, который хранит данные о выбранном элементе приложенияElement | Resource with data of selected element in application | Robin.WinElement |
ДаТаймаутВремя в миллисекундах, в течении которого будет происходить поиск нужного окнаout | Time in milliseconds to find required window. | Robin.Numeric |
НетТекст | Объект, текстовое представление которого необходимо ввестиText | Object to send as string | Robin.Object |
НетОчистить | Очистить поле перед вводомClear | Clear before sending | Robin.Boolean | true |
НетНомер окна | Если найдено несколько окон, то действие взаимодействует с окном под указанным номеромWindow order | When found more than one window, action would interact with window defined by order | Robin.Numeric |
Нет | Посимвольный ввод | Если значение "false", то текст будет вставлен целиком. Способ работает для большинства приложений. Если значение "true", то текст будет напечатан посимвольно. Такой способ рекомендуется использовать в тех случаях, когда первый не работает корректно
| No |
Input by symbols | If the value is «false», the text will be pasted at once. It works correctly for most applications. If the value is «true», the text will be entered character by character. It Is recommended when first approach works incorrectly. | Robin.Boolean | true |
Нет Special conditions of use
...
- Move the "Send text" action to the workspace.

- Set the "Send text" action parameters. Obtain the element with the WinSpy tool. More about working with WinSpy - Working with Win-elements
Setting a timeout, in general, does not lead to an increase in the execution time of the action beyond the time it will take for the element that we use in the action to become visible and accessible. During the set timeout, the action tries to access the element it is working with. As soon as the element is accessed, the waiting timeout ends.

- Click "Start" in the top panel.
...