rainmanwy / robotframework-SikuliLibrary

Sikuli Robot Framework Library provide keywords for Robot Framework to test UI through Sikuli.
Apache License 2.0
144 stars 61 forks source link

SikuliLibrary not working on wayland #185

Open damies13 opened 1 year ago

damies13 commented 1 year ago

Hi,

I am trying to use SikuliLibrary on Ubuntu 22.04 I managed to install all the prerequisites (the documentation needs updating) and got to the point where the click keyword attempts to run, then I get timeout could not find image, a screen shot is taken and it's completely black.

Ubuntu 22.04 defaults to wayland and I suspect that is the issue, I'm aware this could be an upstream issue with SikuliX but not sure how to confirm this, if you can confirm can you raise an issue with the SikuliX project and link to this. Also mentioning in the documentation that SikuliLibrary is not compatible with wayland would be a good idea

Screen Shot 2022-12-12 at 1 49 46 pm

FYI The documentation needs updating:

damies13 commented 1 year ago

As a workaround on Ubuntu 22.04, logout, at the login screen switch to Xorg (X11) and log back in and SikuliLibrary does work for me.