Hi,
I’m trying to run a python script and I get the flowing error:
This is the xaml and python script.
PythonPyAuto.xaml (7.1 KB)
import pywinauto
pywinauto.mouse.click(button=‘right’,coords=(200,5))
Anyone can give me a hint about how to solve this?
Thanks