Example: rdp_sync_on_text

The following shows a script waiting for the text Hello World to appear in a Notepad window.

rdp_sync_on_text(
        "StepDescription=Sync on Text 1",
        "Snapshot=snapshot1.inf",
        "WindowTitle=Notepad",
        "TextX=263",
        "TextY=258",
        "Text=Hello World",
        RDP_LAST );