Alright. I’m configuring and running a sikuli script on my Ubuntu VPS through NoMachine. If you don’t already know, Sikuli is used for automation / testing programs and things that are on a screen. I also used the Selenium api as well. With that in mind, the selenium portion of the program works fine (as expected). However the Sikuli part doesn’t. Although both libraries are used for automation, the key difference is that Sikuli relies on mouse and keyboard actions (emulating the mouse and keyboard), while Selenium doesn’t.
This is the error I get -> https://pastebin.com/raw/enSj3VaM
With that being said, I ask this question here because I believe that NoMachine is one blocking Sikuli from using the mouse. I assume that NoMachine resets / forces the mouse position back to where my mouse is.
Any suggestions?