-
Notifications
You must be signed in to change notification settings - Fork 699
[RPA][ERROR] - cannot find example.png - Windows display zoom level #119
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
Comments
Hi Pierre, thanks for trying out this RPA package for Python! Hope you'll have fun using it. The error happens when the provided image cannot be found on the screen. There are a few ideas to try to find out what was not working.
Kind Regards, |
Hey kensoh, It was the display zoom. my Settings were 150 % and now it is 100% and it works fine. Looked over the Forum the whole day but acctually the answer was on page 1... learning from mistakes.. And yes, I really enjoy the package. I tested few Things I usually do with UiPath and it works in a similar manner. Best regards Pierre |
You're welcome Pierre! Feel free to post any issues you encounter when using the tool, or any suggestions on how the tool can be improved. With a simple but powerful API, it's designed to make development and deployment of automation very fast, have fun! 🚀 |
Hello |
It works when I open the png file, but not working for pdf |
Hey All,
I looked through the Forum but only found a related, but not the same error.
I want to use the following Code:
r.init(True, False)
r.click("Zertifikate.PNG")
r.close()
I get the error message: "- cannot find Zertifikate.PNG"
The file "Zertifikate.PNG" is in the same Folder like my jupyter Notebook.
I made the screenshot via "Windows" + "shift" + "S" for my Zertifikate.PNG
I use Jupyter Notebook via Anaconda.
If I use the coordinates of the Picture with r.click, it clicks on the Image.
But why does it not work with the png file?
Attached is the complete Log and the Jupyter Code.
It took me the whole day now and I couldnt find the solution for Windows.
I would be so glad if you can help me.
Btw: I am relatively new to programming.
Best regards
Pierre
The text was updated successfully, but these errors were encountered: