sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59568
Re: [Question #179302]: Sikuli fails to move mouse or click button when tests it on a game running on the cloud
Question #179302 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/179302
Rizaq Aman posted a new comment:
To make Sikuli work in your cloud gaming setup:
1. Ensure focus on the remote window before executing clicks.
2. Use the hotkey to make the local mouse visible, and include this in the script.
3. Add delays using `wait()` or `sleep()` to ensure the game elements load before clicking.
4. Try different mouse functions like `hover()` or `mouseMove()` with `click()`.
5. Check for server-side limitations that might block remote mouse control.
6. Consider using remote desktop automation tools for better control over the remote session.
These adjustments should help Sikuli interact with the remote game more
reliably.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.