hsautogui-0.3.0: Haskell bindings for PyAutoGUI, a library for automating user interaction
Safe HaskellNone
LanguageHaskell2010

AutoGUI.Debug

Synopsis

Documentation

pause :: Double -> IO () Source #

Set a number of seconds to wait in between autogui actions

failsafe :: Bool -> IO () Source #

When set to true, move the mouse to the upper-left corner of the screen to throw a Python exception, and quit the program

sleep :: Double -> IO () Source #

Sleep for a given fractional number of seconds