New question #281215 on Sikuli:
https://answers.launchpad.net/sikuli/+question/281215
Hi
How can i access methods of channel1 in channel2 so that
test_script1,test_script2 is execute first and then test_script3,test_script4.
Note:- The main issue is when i am executing suite1=
unittest.TestLoa
Question #281192 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281192
Status: Open => Needs information
TheGambler requested more information:
Can you post a small example with code and a pom.xml so that we can try
to reproduce your problem?
--
You received this question
Question #281182 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281182
Status: Open => Needs information
TheGambler requested more information:
Can you post a small example code and pom.xml?
--
You received this question notification because your team Sikuli Drivers
is an
Question #280855 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/280855
Status: Answered => Solved
Spencer confirmed that the question is solved:
Thanks TheGambler, that solved my question.
--
You received this question notification because your team Sikuli Drivers
is an a
Everywhere I look suggests that the correct way to get the bundle path
for opening other files you want to keep in your bundle is like this:
os.path.dirname(getBundlePath())
However, without the trailing slash, this returns the parent directory
of the Sikuli bundle, not the sikuli bundle itself.
Question #280949 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/280949
Status: Answered => Solved
KenK 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
New question #281192 on Sikuli:
https://answers.launchpad.net/sikuli/+question/281192
Hi,
I have a test scenario where I open Add/Remove Programs app from a Sikuli test
and then I remove an app using the normal UI flow. Here's how I open the
uninstall app:
App uninstallApp = new App("cmd.exe /
Question #281180 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281180
Status: Answered => Open
Evgen is still having a problem:
Sure I can, and i will if changes in version 1.1.0 is permanent. But I
wonder, maybe version 1.1.1 will fix this
--
You received this question
Question #280972 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/280972
TooFanHasArrived posted a new comment:
Any ETA on the improvement?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_
Question #280972 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/280972
Status: Open => Answered
Katy proposed the following answer:
In reference to Sikuli OCR:
Please note the OCR technology is not perfect, especially for screen
text. We believe there is still much space f
Question #281180 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281180
Status: Open => Answered
Katy proposed the following answer:
Can you use:
if not exists (image):
#do actions to make image visible
else:
#do this
--
You received this question notificat
Question #281176 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281176
Status: Open => Answered
Katy proposed the following answer:
If you click on the image you have taken, a pattern settings box will
open and you can turn up the similarity of the image under Matching
Prev
Question #281181 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281181
Status: Open => Solved
ceyhunganioglu confirmed that the question is solved:
My bad. I forgot to close the quote on a string. It is very difficult
to find such problem with this editor :(
--
You recei
New question #281182 on Sikuli:
https://answers.launchpad.net/sikuli/+question/281182
Hi,
I am facing a null pointer exception when trying to use sikuli api in my
project:
java.lang.ExceptionInInitializerError
at
eu.iac3.mathMS.guiTestingTest.GuiTestingTest.testEditor(GuiTestingTest.ja
New question #281181 on Sikuli:
https://answers.launchpad.net/sikuli/+question/281181
Hi,
I am writing a script which contains the main functions of my tests. None of
the functions are creating error messages and editor saves the script without
any error messages.
But I started writing a func
New question #281180 on Sikuli:
https://answers.launchpad.net/sikuli/+question/281180
Hi,
Usually Im using code something like this:
if not click(exists('some_image')):
# do some actions to make image visible
click('some_image')
But after update to version 1.1.0 ive noticed that
click(e
Question #281176 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281176
Ayush Sharma gave more information on the question:
The background windows can not be closed because It has to be in use,
also the active window is fixed (can not be maximized, try opening
device manager as a
Question #281131 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281131
Marc W posted a new comment:
There's loads of Java image manipulation libraries (or you can write
your own). Youst do a Google, e.g.
http://stackoverflow.com/questions/603283/what-is-the-best-java-image-
pro
Question #281176 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281176
Marc W posted a new comment:
When I had similar problems, I tried various combinations of:
Maximizing all windows as soon as possible (so windows without focus can't be
seen)
Closing windows in other ways (
New question #281176 on Sikuli:
https://answers.launchpad.net/sikuli/+question/281176
Hi,
I want to click on Close Button(Upper Right Corner of an active window), while
the same close option is there in a background window. Although the active
window's close button looks red and the background
20 matches
Mail list logo