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
Hello,
Since using the xpath of a button does not allow me to click on it,i tried visual automation:
r.click('button.PNG')
i am getting an error [RPA][ERROR] - cannot find button.PNG
The image DOES exist inside the directory.
funny enough: when using a random image name: i get a success message! but nothing clicks
whats wrong?!
The text was updated successfully, but these errors were encountered:
Hi @sadimoodi adding on, if you are using Mac, try checking if it is due to Retina display issue and the solution here.
If a random image name is used and the file does not exist, the package will look for the UI element with the file name. Eg r.click('File.png') will click on the File menu on the screen, if there is the word "File" on the screen.
kensoh
changed the title
Clicking on a button using visual automation does not work
Clicking on a button using visual automation does not work - some ideas
Apr 17, 2022
Hello,
Since using the xpath of a button does not allow me to click on it,i tried visual automation:
r.click('button.PNG')
i am getting an error [RPA][ERROR] - cannot find button.PNG
The image DOES exist inside the directory.
funny enough: when using a random image name: i get a success message! but nothing clicks
whats wrong?!
The text was updated successfully, but these errors were encountered: