UNPKG

@ahmic/autoit-js

Version:
121 lines (120 loc) 4.38 kB
export { autoit, AutoIt } from './lib/autoit'; export { IPoint, IRect, Point, Rect } from './@types'; export * from './auto-it-set-option'; export * from './clip-get'; export * from './clip-put'; export * from './control-click-by-handle'; export * from './control-click'; export * from './control-command-by-handle'; export * from './control-command'; export * from './control-disable-by-handle'; export * from './control-disable'; export * from './control-enable-by-handle'; export * from './control-enable'; export * from './control-focus-by-handle'; export * from './control-focus'; export * from './control-get-focus-by-handle'; export * from './control-get-focus'; export * from './control-get-handle-as-text'; export * from './control-get-handle'; export * from './control-get-pos-by-handle'; export * from './control-get-pos'; export * from './control-get-text-by-handle'; export * from './control-get-text'; export * from './control-hide-by-handle'; export * from './control-hide'; export * from './control-list-view-by-handles'; export * from './control-list-view'; export * from './control-move-by-handle'; export * from './control-move'; export * from './control-send-by-handle'; export * from './control-send'; export * from './control-set-text-by-handle'; export * from './control-set-text'; export * from './control-show-by-handle'; export * from './control-show'; export * from './control-tree-view-by-handle'; export * from './control-tree-view'; export * from './drive-map-add'; export * from './drive-map-del'; export * from './drive-map-get'; export * from './error'; export * from './index'; export * from './init'; export * from './is-admin'; export * from './mouse-click-drag'; export * from './mouse-click'; export * from './mouse-down'; export * from './mouse-get-cursor'; export * from './mouse-get-pos'; export * from './mouse-move'; export * from './mouse-up'; export * from './mouse-wheel'; export * from './opt'; export * from './pixel-checksum'; export * from './pixel-get-color'; export * from './pixel-search'; export * from './process-close'; export * from './process-exists'; export * from './process-set-priority'; export * from './process-wait-close'; export * from './process-wait'; export * from './run-as-wait'; export * from './run-as'; export * from './run-wait'; export * from './run'; export * from './send'; export * from './shutdown'; export * from './sleep'; export * from './statusbar-get-text-by-handle'; export * from './statusbar-get-text'; export * from './tooltip'; export * from './win-activate-by-handle'; export * from './win-activate'; export * from './win-active-by-handle'; export * from './win-active'; export * from './win-close-by-handle'; export * from './win-close'; export * from './win-exists-by-handle'; export * from './win-exists'; export * from './win-get-caret-pos'; export * from './win-get-class-list-by-handle'; export * from './win-get-class-list'; export * from './win-get-client-size-by-handle'; export * from './win-get-client-size'; export * from './win-get-handle-as-text'; export * from './win-get-handle'; export * from './win-get-pos-by-handle'; export * from './win-get-pos'; export * from './win-get-process-by-handle'; export * from './win-get-process'; export * from './win-get-state-by-handle'; export * from './win-get-state'; export * from './win-get-text-by-handle'; export * from './win-get-text'; export * from './win-get-title-by-handle'; export * from './win-get-title'; export * from './win-kill-by-handle'; export * from './win-kill'; export * from './win-menu-select-item-by-handle'; export * from './win-menu-select-item'; export * from './win-minimize-all-undo'; export * from './win-minimize-all'; export * from './win-move-by-handle'; export * from './win-move'; export * from './win-set-on-top-by-handle'; export * from './win-set-on-top'; export * from './win-set-state-by-handle'; export * from './win-set-state'; export * from './win-set-title-by-handle'; export * from './win-set-title'; export * from './win-set-trans-by-handle'; export * from './win-set-trans'; export * from './win-wait-active-by-handle'; export * from './win-wait-active'; export * from './win-wait-by-handle'; export * from './win-wait-close-by-handle'; export * from './win-wait-close'; export * from './win-wait-not-active-by-handle'; export * from './win-wait-not-active'; export * from './win-wait';