【发布时间】:2022-10-20 14:40:23
【问题描述】:
我已经成功打开 SAP,但是我很难让 python 点击程序打开时出现的登录按钮。我怎么能做到这一点?
import subprocess
subprocess.run(r'C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe')
# I would like python to press the logon button in the window that has just been opened.
【问题讨论】:
标签: python