robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.08k stars 209 forks source link

Click is not recognized if the primary mouse button is set to right in RPA.Windows #1074

Open netname opened 10 months ago

netname commented 10 months ago

Problem: Click does not work in many cases if the mouse primary button is set to "Right" in RPA.Windows

Context: I tried the Calculator and Notepad examples in RPA.Windows. The Calculator worked, but no other test I made was successful as long as I had the mouse primary button set to "Right".

I had no problem with the examples for RPA.Desktop.Windows

Version tested: rpaframework==26.1.0

cmin764 commented 10 months ago

Can you please describe in detail the problem and the expected behaviour? And what error is thrown (or what happens) by sharing the log file? Also your bot code isolating the scenario would be very helpful.

Just to double-check, have you used Right Click to perform your clicks this time? And if you switch your primary button to the left one (and just use Click), would this make it work as expected?