New question #663480 on Sikuli:
https://answers.launchpad.net/sikuli/+question/663480
Hi,
I need the different browser windows of my google chrome browser to be treated
as a distinct applications by sikuli. I would like to use app instance methods
like someapp.focus(), someapp.close(), etc. on t
Question #662065 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/662065
Status: Open => Answered
RaiMan proposed the following answer:
see:
http://sikulix-2014.readthedocs.io/en/latest/region.html#exception-findfailed
the rest simply is unit-testing behaviour.
you might us
Question #662065 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/662065
Status: Answered => Open
Hina is still having a problem:
Do we have any example for FindFailed exception?
--
You received this question notification because your team Sikuli Drivers
is an answer contac
Question #663374 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663374
Status: Open => Answered
RaiMan proposed the following answer:
Go back to comment #3 and try to understand
--
You received this question notification because your team Sikuli Drivers
is an answer conta
Question #663374 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663374
Status: Answered => Open
sami baig is still having a problem:
I think this codes not working because I am using 1.1.2 version of
SikuliX and it is stated 1.1.1 on webpage ? Please help me out, I have
als
Question #663409 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663409
Status: Answered => Solved
Test App confirmed that the question is solved:
Thanks Masuo
Your solution worked perfect :)
--
You received this question notification because your team Sikuli Drivers
is a
Question #663374 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663374
RaiMan requested more information:
???
I am German
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
Question #663374 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663374
sami baig posted a new comment:
Madarchot :)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
___
Mai
Question #663374 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663374
Status: Open => Answered
RaiMan proposed the following answer:
Sorry, but that is not what is suggested there.
If the main and imported script are in the same folder (a SikuliX script
is the someScript.
Question #663439 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663439
Status: Open => Answered
RaiMan proposed the following answer:
the basic App implementation internally uses wmctrl
You have to check the other App features or issue a wmctrl command using
subprocess.
-
Question #663439 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663439
Status: Solved => Open
Rathinavel is still having a problem:
Is there anyway to check, particular window is running or not in
Linux..
--
You received this question notification because your team S
Question #663402 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663402
Status: Answered => Solved
Jeff Hall confirmed that the question is solved:
Aaagh, user error! Causing myself grief with typos.
Once I got that sorted out, the Region.findText() method is indeed
workin
Question #663374 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663374
Status: Answered => Open
sami baig is still having a problem:
According to given introductions in this link
(http://sikulix-2014.readthedocs.io/en/latest/scripting.html#importing-
other-sikuli-scripts-re
Question #663402 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663402
RaiMan requested more information:
Just tested on 1.1.2 --- works.
anything to see in the stack trace about the exception source?
--
You received this question notification because your team Sikuli Drivers
Question #663402 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663402
Jeff Hall posted a new comment:
Thanks for the confirmation RaiMan!
The problem must be on my end. I keep getting a NullPointerException
from the screen.findText() method in the following example class, but
Question #663439 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663439
Status: Answered => Solved
Rathinavel confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because your team Sikuli Drivers
is an an
Question #663439 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663439
Status: Open => Answered
RaiMan proposed the following answer:
sorry for the glitch:
getPid() is not implemented for Linux.
Try another solution for that on Linux.
--
You received this question notifi
New question #663439 on Sikuli:
https://answers.launchpad.net/sikuli/+question/663439
Hi,
Am using SikulixIDE 1.1.1 in CentOS Linux release 7.3.1611 (Core)
I am trying to get the PID of the window "cids". The below code is working
perfectly in Windows. Returning process id if it is running o
Question #663391 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663391
RaiMan proposed the following answer:
after step 3:
// get the match from step 3
Match matchP2 = screen.getLastMatch()
//create a suitable region where to look for the "desired image"
regionP2 = matchP2.gro
** Description changed:
+ will not fix decision:
+
+ According to the Python conventions, sys.argv is a list of simple
+ strings, since it represents the parameters given on a commandline when
+ running the script.
+
+ For the internal use of runScript you can turn any parameter in the main
** Changed in: sikuli
Status: Fix Committed => Won't Fix
** Changed in: sikuli
Importance: High => Undecided
** Changed in: sikuli
Milestone: 1.1.2 => None
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs
Bug #1744895 status changed in Sikuli:
Fix Committed => Won't Fix
https://bugs.launchpad.net/sikuli/+bug/1744895
"[1.1.1] runScript: parameters should be allowed to be everything, not only
strings"
This bug is linked to #663380.
[1.1.1] runScript: Error of 2nd arg can't be coerced to String
Question #663391 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663391
Vin Uppinkudru posted a new comment:
Hi RaiMan,
Thank you so much for you help. I was able to use the Target Offset on
the pattern and i was able to achieve the goal.
Below is the snippet i used
S
Question #663402 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663402
Status: Open => Answered
RaiMan proposed the following answer:
yes, works as it should (tested ;-)
--- because it doesn't seem to work as expected with my code
... what exactly?
--
You received this q
Question #663380 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663380
lynn posted a new comment:
I see, thanks a lot.
I will try the suggestions you give :)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
Question #663402 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663402
Summary changed to:
Region.findText(): Finding text with Java API
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
__
Question #663380 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663380
Status: Answered => Solved
lynn confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because your team Sikuli Drivers
is an answer c
Public bug reported:
I met below error when try to use sys.argv[] on sikuli IDE 1.1.1
I am try to parse below array to another script in IDE
Settings.DebugLogs=True
pt1=("25","225")
pt2=("25","235")
pt3=("127.5","25")
mylist=(pt1,pt2,pt3)
print mylist
runScript("D:/KT_Work/Sikuli/tempTe
Question #663380 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663380
Linked to bug: #1744895
https://bugs.launchpad.net/bugs/1744895
"[1.1.1] runScript: parameters should be allowed to be everything, not only
strings"
--
You received this question notification b
Bug #1744895 status changed in Sikuli:
New => Fix Committed
https://bugs.launchpad.net/sikuli/+bug/1744895
"[1.1.1] runScript: parameters should be allowed to be everything, not only
strings"
This bug is linked to #663380.
[1.1.1] runScript: Error of 2nd arg can't be coerced to String[] ---
Question #663380 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663380
RaiMan proposed the following answer:
... added a remark to the docs.
I make this a request bug, because your first approach makes sense.
--
You received this question notification because your team Sikuli
Question #663380 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663380
Summary changed to:
[1.1.1] runScript: Error of 2nd arg can't be coerced to String[] --- parameters
must be simple strings
--
You received this question notification because your team Sikuli Drivers
is an
Question #663380 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663380
Status: Open => Answered
RaiMan proposed the following answer:
Uuups, sorry for the misleading of the discussion.
The problem is built-in by the one, who implemented runScript (guess who
;-)
The parame
Question #663312 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663312
RaiMan proposed the following answer:
-- 1. SikuliX surely works on all macOS, since I am developing on macOS
(currently 10.13.2)
-- 2. FindFailed means, that the image (if the file exists) cannot be found o
Question #663380 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663380
Status: Answered => Open
lynn is still having a problem:
And I change to main script as
Settings.DebugLogs=True
pt1=("25","225")
pt2=("25","235")
pt3=("127.5","25")
mylist=[pt1,pt2,pt3]
str(myl
Question #663380 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663380
lynn posted a new comment:
At above result "print mylist" also works. Complete result is
[('25', '225'), ('25', '235'), ('127.5', '25')]
[error] script [ 5xx ] stopped with error at line --unknown--
[error]
Question #663380 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663380
lynn posted a new comment:
Hi Roman
I want to parse a list of coordinators, that is why I do the experiment
"print mylist" could work successfully as
[('25', '225'), ('25', '235'), ('127.5', '25')]
Maybe I
37 matches
Mail list logo