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

Ключ

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

...

The action sends a text to a specified win-element

Action icon

Parameters

...

Settings of 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

PropertyDescriptionTypeFilling exampleMandatory 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.BooleantrueNo
Window orderWhen found more than one window, action would interact with window defined by orderRobin.Numeric
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.BooleantrueNo

Special conditions of use

...