提问人:macikeci 提问时间:11/17/2023 最后编辑:Sandra Rossimacikeci 更新时间:11/21/2023 访问量:43
其他设备上的 SAP GUI“无法通过 ID 找到控件”。
SAP GUI on other device 'The control could not be found by id.'
问:
我正在使用 anaconda python 3 和 SAP GUI 770。 我正在尝试创建一个 SAP GUI 自动化程序并在其他设备上创建一个应用程序。
当程序到达导出电子表格方法时,它会停止工作并出现以下错误:
pywintypes.com_error: (-2147352567, '发生异常.', (619, 'SAP 前端服务器', '无法通过 id 找到控件', 'C:\Program Files (x86)\SAP\FrontEnd\SAPgui\sapfront.HLP', 393215, 0), 无)
保存文件时,我有材料文档列表对话框窗口,其他设备有窗口对话框窗口
法典:
session.findById("wnd[1]/usr/ctxtDY_PATH").text = folderdir
session.findById("wnd[1]/usr/ctxtDY_FILENAME").text = filename
session.findById("wnd[1]/usr/ctxtDY_FILENAME").caretPosition = 3
session.findById("wnd[1]/tbar[0]/btn[0]").press()
答: 暂无答案
评论