send keys wait exist window

Allows you to send the given keys to the active window, and then waits for the messages to be processed.


Example

Running this code will open the window "notepad" and put the texts "We've done everything we can to make UBot Studio as easy to learn as possible. Now it's up to you. Make an investment into yourself. Start small with a few hours of training and watch as your potential unfolds. - Seth Turin" with the following properties:

  • Mode: Mode 1
  • Delay Before Send: 1000ms
  • Delay Type Write (Option Mode 2): 100ms
  • Search Pattern: Contains
plugin command("Desktop Automation.dll", "send keys wait exist window", "notepad", "", "We\'ve done everything we can to make UBot Studio as easy to learn as possible. Now it\'s up to you. Make an investment into yourself. Start small with a few hours of training and watch as your potential unfolds.
- Seth Turin", "Mode 1", 1000, 100, "Contains")

Was this helpful?