Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Issue with passing variables to Sikuli using vision_step() #107

Closed
kensoh opened this issue Mar 29, 2018 · 1 comment
Closed

Issue with passing variables to Sikuli using vision_step() #107

kensoh opened this issue Mar 29, 2018 · 1 comment
Labels

Comments

@kensoh
Copy link
Member

kensoh commented Mar 29, 2018

Raising this on behalf of user to track the bug fix. Following will throw error as the exec() in TagUI-Sikuli integration is not done in global context.

click search_box.png
name = 'donald duck'
vision_step('name = "' + name + '"')
vision type(name)
@kensoh kensoh added the bug label Mar 29, 2018
kensoh added a commit that referenced this issue Mar 29, 2018
the fix is running exec() in TagUI-Sikuli integration in global context
@kensoh
Copy link
Member Author

kensoh commented Mar 29, 2018

The fix is running exec() in TagUI-Sikuli integration in global context, details in above commit

@kensoh kensoh closed this as completed Mar 29, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant