You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the timeout step in upstream TagUI project (aisingapore/TagUI#497). When timeout() is used with visual_automation = False, it hangs indefinitely. Raising a PR for a new release that implements the bug-fix upstream. Below are technical details of the bug -
There is a bug in the timeout step in upstream TagUI project (aisingapore/TagUI#497). When timeout() is used with visual_automation = False, it hangs indefinitely. Raising a PR for a new release that implements the bug-fix upstream.
Fix implemented in v1.7. To use this updated version, pip install tagui --upgrade
kensoh
changed the title
timeout() hangs if visual automation mode is not used
timeout() hangs if visual automation mode is not used [fixed]
Jul 12, 2019
There is a bug in the timeout step in upstream TagUI project (aisingapore/TagUI#497). When timeout() is used with visual_automation = False, it hangs indefinitely. Raising a PR for a new release that implements the bug-fix upstream. Below are technical details of the bug -
In commit aisingapore/TagUI@5cba169 from issue aisingapore/TagUI#443 and PR aisingapore/TagUI#453 the goal is to also update SikuliX integration internal timeout variable. There is a bug introduced that makes timeout step hangs if visual automation is not used.
The text was updated successfully, but these errors were encountered: