How to take screenshots and paste it in a word file one by 1 | Selenium Forum
M
Posted on 08/03/2016
I am able to take screenshot by ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);

In my application I have to take screenshot for every page so I want to save the multiple screenshot into a single .doc file one by one.
Is there any API?
Any Idea?
Please Help...

M
Replied on 08/03/2016

you can use poi api its for automating docx, xlsx etc. but i'm afraid we don't have a code.