Re: [Sikuli-driver] [Question #698523]: Mouse click blocked when running Sikuli test in batch file but not when running script through eclipse

2023-12-23 Thread phillsalt
Question #698523 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/698523

phillsalt posted a new comment:
Encountering a mouse click blocking error in Sikuli test run through a
batch file, even when executed as an administrator, raises concerns
about compatibility or configuration issues, especially given the
script's success in Eclipse. Despite checking with the security team and
ruling out antivirus interference, the problem persists, indicating a
need for further investigation into batch file execution parameters or
Sikuli configuration. Answer Source https://checkricepurity.com/

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #698523]: Mouse click blocked when running Sikuli test in batch file but not when running script through eclipse

2021-08-28 Thread RaiMan
Question #698523 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/698523

Status: Open => Answered

RaiMan proposed the following answer:
I have no idea, what the difference might be.

Make a simple Java test, that uses Java AWT Robot to do a click
somewhere in Eclipse and then in command line.

A possible reason might be, that the TestNG stuff runs differently in
Eclipse and from command line, but I do not have any experience with
neither Eclipse nor TestNG.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #698523]: Mouse click blocked when running Sikuli test in batch file but not when running script through eclipse

2021-08-26 Thread patrick-nc
New question #698523 on SikuliX:
https://answers.launchpad.net/sikuli/+question/698523

I am seeing a message when I run my test through a batch file that a mouse 
click is being blocked when running one of my tests. The test is able to launch 
the app under test but this error shows when interacting with the app:

[error] RobotDesktop: checkMousePosition: should be L[905,758]@S(0)
but after move is L[1413,863]@S(0)
Possible cause in case you did not touch the mouse while script was running:
 Mouse actions are blocked generally or by the frontmost application.
You might try to run the SikuliX stuff as admin.

I am running the batch file as an administrator and running the following 
command to get things working:

echo off
set classpath=\\bin;\\lib\\*
java -cp "\\bin;\\lib\\*" 
org.testng.TestNG \\

I also ran the test script not as an administrator to compare and the test 
stops at an earlier point in the test, so I don't think it's a run as admin 
issue.

I have talked with our security team and they don't see the anit-virus is 
blocking any kind of action during test execution. When running the test 
through eclipse the test script works with no mouse issues. The app is launched 
and the mouse clicks  work as expected.

I am using Sikuli 2.0.1 and testNG 6.11. The machine is running Windows 10

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp