Is it possible to use Sikuli to find / click on elements in Test Automations run using TeamCity?
I have successfully used Sikuli on my local PC to find/click on graphic objects.
However, when I try to run the same tests from TeamCity, I get this error:
[error] Location: outside any screen (21355040, 0) - subsequent actions might not work as expected
I have ensured that the screen resolution is identical.
Is it possible to get this to work?
Please sign in to leave a comment.
Hi Steve,
I guess this is the same issue you commented on the other post. I just found more information about Sikuli specifics here: https://stackoverflow.com/questions/37949174/sikuli-integration-with-teamcity
The solution they propose is the workaround I mentioned, running the agent as a regular user session instead of as a service.
Thank you.