@ahmic/autoit-js
    Preparing search index...

    Function WinActivateSync

    • Activates a window.

      Parameters

      • windowTitle: string

        The title of the window to activate.

      • windowText: string = ''

        Optional text found in the window.

      Returns number

      1 if successful, 0 otherwise.

      import { WinActivateSync } from '@ahmic/autoit-js';

      WinActivateSync('Untitled - Notepad');