0

I have a NodeJS application that uses Selenium and RobotJS to do some browser automation. Specifically, RobotJS is used to perfom clicks on the browser (Chrome) context menu. Running this application on my computer would interfere with my usage of the mouse and consequently prevent me from doing other tasks while this application is running.

As per my knowledge, it is not possible to automate interaction with the context menu in any way other than this. My question is: How would this application work on a Cloud VM? Would it still use my mouse (because I'm running the VM from my computer)? If yes, what could be a potential solution involving VMs that doesn't involve my mouse?

0 Answers0