标签: python-3.x runas pyautogui
我已经以管理员模式os.startfile('myApp.exe', 'runas')打开了我的应用程序,但我无法使用pyautogui.click(x,y)通过我的Python脚本点击它。
os.startfile('myApp.exe', 'runas')
pyautogui.click(x,y)
有没有其他方法可以在 runas Admin 的应用程序上自动执行click / typewrite / press(PyAtuoGUI)?