Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

The action sends a text to a specified win-element.

Action icon

Image Modified

Parameters

Input parameters

ParameterDescription
ElementA resource that stores data about the selected application element.
Time-outThe time in milliseconds during which the search for the desired window will take place.
TextThe object whose text representation needs to be entered.
ClearClear the field before input.
Window orderIf multiple windows are found, the action interacts with the window with the specified number.
Input by symbolsIf 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

Свойство
Property
Описание
Description
Тип
Type
Пример заполнения
Filling example
Обязательность
Mandatory 
заполнения поля
field
Параметры
Parameters

Элемент

Ресурс, который хранит данные о выбранном элементе приложения
ElementResource with data of selected element in applicationRobin.WinElement
Да

Yes
Тайм
Time-
аутВремя в миллисекундах, в течении которого будет происходить поиск нужного окна
outTime in milliseconds to find required window.Robin.Numeric
Нет

No

Текст

Объект, текстовое представление которого необходимо ввести
TextObject to send as stringRobin.Object
Нет

No

Очистить

Очистить поле перед вводом
ClearClear before sendingRobin.Booleantrue
Нет
No

Номер окна

Если найдено несколько окон, то действие взаимодействует с окном под указанным номером
Window orderWhen found more than one window, action would interact with window defined by orderRobin.Numeric

Нет

Посимвольный вводЕсли значение "false", то текст будет вставлен целиком. Способ работает для большинства приложений. Если значение "true", то текст будет напечатан посимвольно. Такой способ рекомендуется использовать в тех случаях, когда первый не работает корректно

No
Input by symbolsIf 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.Booleantrue
Нет
No

Special conditions of use

...

  1. Move the "Send text" action to the workspace.
  2. 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.
  3. Click "Start" in the top panel.

...