I am trying to run the node series selenium on local vm (running Windows 7) using a command line call on a Mac host.
The call just tries to run the batch file on vm.
When I run the batch file from vm, it runs correctly and node starts, so I know that the batch file is working correctly.
The path I'm using is the right one since I can run it from anywhere on vm.
I just can't call it from a Mac host.
It worked at some point, but I wonder if the update for Windows can update?
I tried to clear every firewall I could find. I am running Parallels 8 on a MacBook Air.
Here is the syntax I'm using.
prlctl exec {parallels_vm_name} 'C:\Users\{user_name}\Documents\selenium\startIeNode.bat {IP_address_here}'
source share