jacexh / pyautoit

Python binding for AutoItX3.dll
MIT License
269 stars 74 forks source link

AutoIt Options #35

Closed vrnvorona closed 2 years ago

vrnvorona commented 3 years ago

Please provide an example how to change AutoIt options (_Options object) without hardcoding values in imported library.

RAGNOARAKNOS commented 2 years ago

bump ^ - I would like an example of this too please

jacexh commented 2 years ago
import autoit

autoit.options.mouse_click_delay = 5
RAGNOARAKNOS commented 2 years ago

Thanks Very Much!