A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.5k
stars
1.27k
forks
source link
Functions requiring number coordinates give incorrect error if given numbers as strings #789
Open
kivipe opened 1 year ago
If you pass coordinates as strings, you get an incorrect error message:
Functions that require numbers should either try to convert the input to a number or give a correct error message.