Patrique Ouimet
Senior Product Engineer
Thu, Apr 2, 2020 11:37 AM
A simplest way to take screenshots from a running virtualbox through terminal is as follows:
vboxmanage controlvm <vm name> screenshotpng <filename>.png
// example
vboxmanage controlvm "MSEdge - Win10" screenshotpng ie-test.png
The above example will save an image ie-test.png
to the current directory