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

Visual automation not working for me - pending some ideas to check why #355

Closed
NnamdiG opened this issue Jan 31, 2022 · 3 comments
Closed
Labels

Comments

@NnamdiG
Copy link

NnamdiG commented Jan 31, 2022

So I'm trying to use TagUI for a project that I have and I'm testing the visual automation mode. Whenever I'm trying to double click a '.png' image on my desktop, instead it is just double clicking the text in my terminal. Any ideas why this is happening?

Thank you

Screen Shot 2022-01-31 at 2 19 08 PM

@sadimoodi
Copy link

i am also facign the same issue, visual automation does NOT click the right button and throws an error:
[RPA][ERROR] - cannot find xyz.PNG

@kensoh
Copy link
Member

kensoh commented Apr 18, 2022

Hi Guys, if an image file is missing, the rpa package will look on the screen using OCR instead, searching for text matching the image file name. For @NnamdiG you can double check if the file lebron.png is really in the same directory as the current working directory. You can check with import os; os.getcwd(). For @sadimoodi, you can try changing zoom % to 100% or the recommended % if you are using Windows. For Mac, check if it is due to the Retina display issue here.

@kensoh kensoh changed the title Visual Automation not working for me. Visual automation not working for me - some ideas to check why Apr 18, 2022
@kensoh kensoh added the query label Apr 18, 2022
@kensoh kensoh changed the title Visual automation not working for me - some ideas to check why Visual automation not working for me - pending some ideas to check why Apr 18, 2022
@kensoh
Copy link
Member

kensoh commented Apr 24, 2022

Closing issue for now but please let me know if you run into any problem!

@kensoh kensoh closed this as completed Apr 24, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Development

No branches or pull requests

3 participants