我试图使用库SapGuiLibrary,并希望从SAP获取一些值。
在我的测试案例中,我有:
SapGuiLibrary.Get Row Count wnd[0]/shellcont[1]/shell
但是如何将值输出到日志或文件?
假设关键字返回值,则可以save it to a variable。然后可以记录该变量。
${result}= SapGuiLibrary.Get Row Count wnd[0]/shellcont[1]/shell
log to console ${result}