-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
timeout step hangs if visual automation mode is not used - fixed #497
Labels
Comments
kensoh
added a commit
to tebelorg/TagUI
that referenced
this issue
Jul 12, 2019
In commit aisingapore@5cba169 from issue aisingapore#443 and PR aisingapore#453 the goal is to also update SikuliX integration internal timeout variable. However there is a bug introduced that makes timeout step hangs if visual automation is not used. Raising an issue to fix this bug with a PR.
PR for fix committed and available from cutting edge version - https://github.com/kelaberetiv/TagUI#set-up |
kensoh
changed the title
timeout step hangs if visual automation mode is not used
timeout step hangs if visual automation mode is not used - fixed
Jul 12, 2019
kensoh
added a commit
to tebelorg/RPA-Python
that referenced
this issue
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In commit 5cba169 from issue #443 and PR #453 the goal is to also update SikuliX integration internal timeout variable. However there is a bug introduced that makes timeout step hangs if visual automation is not used. Raising an issue to fix this bug with a PR.
The text was updated successfully, but these errors were encountered: