Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sends text to active window/control.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RemoteControl | 12.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Text | The text to send. | "Hello" | |
SendKeys | Pass 1 to send key events on macOS instead of inserting into textfield. Default is 0. |
1 | Optional |
Returns OK or error.
Send text with delay:
Set Variable [ $r ; Value: MBS( "Schedule.EvaluateAfterDelay"; 1; "MBS(\"RemoteControl.InsertText\"; \"Hello\")" ) ]
# script ends after this
This function checks for a license.
Created 23th August 2022, last changed 26th August 2022