ws://localhost:4444/vnc/1185294e991b9a1d7b129c19825fe6f7?password=selenoid
i want to convert this websocket into tcp/ip so that i can use python library like vncdotool to communicate with above websocket so that i can send the keyevents and mouseevents in background without opening the vnc client gui. how can i achieve this tried something like below but its not working:
websockify 8080 localhost:4444 --target-cfg /vnc/1185294e991b9a1d7b129c19825fe6f7,password=selenoid