We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
场景:从Excel复制值,打开Everything软件(全局搜索),搜索框粘贴值,鼠标拖拽搜索结果文件到浏览器窗口。 录制完毕后,启动任务报错点:打开Everything软件开始操作时,报错'SetCursorPos' 'Access is denied.' 问题:这种跨软件操作鼠标录制,可以实现吗?谢谢。
门外汉一头,尝试搜索报错相关,看不懂,找到2条帖子供参考: https://stackoverflow.com/questions/37402069/python-2-7-11-setcursorpos-access-is-denied https://stackoverflow.com/questions/40318463/python-getting-access-is-denied-error-while-running-pyautogui-click
The text was updated successfully, but these errors were encountered:
No branches or pull requests
场景:从Excel复制值,打开Everything软件(全局搜索),搜索框粘贴值,鼠标拖拽搜索结果文件到浏览器窗口。
录制完毕后,启动任务报错点:打开Everything软件开始操作时,报错'SetCursorPos' 'Access is denied.'
问题:这种跨软件操作鼠标录制,可以实现吗?谢谢。
门外汉一头,尝试搜索报错相关,看不懂,找到2条帖子供参考:
https://stackoverflow.com/questions/37402069/python-2-7-11-setcursorpos-access-is-denied
https://stackoverflow.com/questions/40318463/python-getting-access-is-denied-error-while-running-pyautogui-click
The text was updated successfully, but these errors were encountered: