So I’m looking for some ideas or to even see if it’s possible. I tried searching and didn’t find anything, can someone tell me if this is possible or point me in the direction of pretty much running a coded script on a Host computer that has a Virtual Machine running. (not sure if it matters what language) Preferably a python script that can detect/interact with a Virtual Machine such as Vmware from the Host computer (not inside the VM). Even for something simple like say taking a screenshot of a Virtual Machines Home Screen when it is loaded/turned on.
Is this something that is doable?
In my head I’m picturing something like how selenium does for browsers but it detects the VM window instead.(A little bit of a novice explanation)