I am working on Robot Framework. I want to create a report of a test case execution. I have been trying to insert an image into existing ms word file via command prompt using 'Run' command in Robot framework. is there any command like echo or edit which does the job?

没有正确的解决方案

其他提示

You may be able to use the Win32::OLE module in Perl to do this. There is an example here.

Or maybe some VBScript with OLE, like here.

Ok guys. I think i will use "EXECUTE JAVASCRIPT" command in RF to solve this. I will have to start a browser every time however. Hope this works as JS has functionality to edit word files.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top