vbs获取Sap左下角绿色的消息
Set SapGuiAuto = GetObject("SAPGUI")
Set Application = SapGuiAuto.GetScriptingEngine
Set Connection = Application.Children(0)
Set session = Connection.Children(0)
msgbox session.findById("wnd[0]/sbar").Text
免责声明:
以上内容除特别注明外均来源于网友提问,创作工场回答,未经许可,严谨转载。