jacexh/pyautoit

win_wait_active

Closed this issue · 2 comments

Could you please edit "win_wait_active" in win.py with 3 parameters
title, text, and time out?. The original one have only two parameters title and time out. Thanks

you can call this interface like autoit.win_wait_active("title", 3, text="foo")

Thank you very much, jacexh. It works well.