Example: rdp_sync_on_window

The following shows a script waiting for the first Notepad window on a remote computer to become active.

rdp_sync_on_window (

    "StepDescription=WindowSynchronization1",

    "Snapshot=snapshot1.inf",

    "WindowTitle=Notepad",

    "WindowState=ACTIVE",

    RDP_LAST );