Skip to content

Instantly share code, notes, and snippets.

@dorukcan
Created November 19, 2016 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dorukcan/70c71167634002f53fcb7b83e30df62c to your computer and use it in GitHub Desktop.
Save dorukcan/70c71167634002f53fcb7b83e30df62c to your computer and use it in GitHub Desktop.
#include <AutoItConstants.au3>
While(1)
;~ yazdır butonu
MouseClick($MOUSE_CLICK_LEFT, 469, 98, 1)
Sleep(1000)
;~ kaydet butonu
MouseClick($MOUSE_CLICK_LEFT, 249, 149, 1)
Sleep(1000)
;~ dosya butonu
WinWaitActive("Save As", "", 30)
MouseClick($MOUSE_CLICK_LEFT, 878, 647, 1)
Sleep(1000)
;~ sil butonu
MouseClick($MOUSE_CLICK_LEFT, 339, 92, 1)
MouseClick($MOUSE_CLICK_LEFT, 388, 194, 1)
Sleep(1000)
;~ sayfayı kapat
Send("{LCTRL down}{w down}{LCTRL up}{w up}")
Sleep(500)
WEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment