Please find the below commands, which i write in power shell
vnclog keylog.vdo
vncdo -s 192.168.1.5 move 200 550 click 1
Start-Sleep -s 2
vncdo -s 192.168.1.5 rcapture b.png 7 75 141 193
Start-Sleep -s 2
When i try to run those from Python file test_log.py, Program stays in first line itself. In my local folder i see keylog.vdo file & it is zero bytes. Please let me know Where do i miss the steps.