Re: [Sikuli-driver] [Question #251689]: Java Sikuli program works within Netbeans but fails once built as a Jar

2024-02-07 Thread Arslan Akbar
Question #251689 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/251689

Arslan Akbar posted a new comment:
The Resource Loader message simplest appears on the primary run,
thereafter no message is displayed however the keystrokes do now not
start and not anything is output to the [LOG]. Really strange, the whole
lot seems to be setup correctly. I attempted relogging as I've had
problems while transferring the saluki jars/dills round in the past
however it failed to help. more info hear:https://bellasspa.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 #240213]: How to know a specific image found on a if exists with an array

2013-12-03 Thread akbar
Question #240213 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/240213

Status: Open = Answered

akbar proposed the following answer:
I dont know what existsAny returns whether a boolean or a match.
Whatever it returns you can store that in a variable and then use it
accordingly.

varA = existsAny(rHa,ha)
varB = existsAny(rHb,ha)

if(varA or varB){

if(varA) print something
if(varB) print something

}

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #239829]: how to create the sync between Sikuli and android Emulator in Windows.

2013-11-26 Thread akbar
Question #239829 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/239829

Status: Needs information = Answered

akbar proposed the following answer:
You can use the wait() method and pass the image of the emulator
screen(home). See this documentation - http://doc.sikuli.org/region.html
#finding-inside-a-region-and-waiting-for-a-visual-event

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #239356]: Using Sikuli tests on a headless remote VM

2013-11-20 Thread akbar
Question #239356 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/239356

Status: Open = Answered

akbar proposed the following answer:
Try VNC

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #236802]: How to select an one of the option from dropdown list?

2013-10-07 Thread akbar
Question #236802 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236802

akbar posted a new comment:
Yes lot of programming languages give powerful file operation
capabilities. Also can you mark the query as solved as your original
problem is solved?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #236802]: How to select an one of the option from dropdown list?

2013-10-06 Thread akbar
Question #236802 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236802

Status: Open = Answered

akbar proposed the following answer:
see this faq https://answers.launchpad.net/sikuli/+question/235871

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #236802]: How to select an one of the option from dropdown list?

2013-10-04 Thread akbar
Question #236802 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236802

akbar posted a new comment:
Is the click on save.png happening? Can you see the mouse movement on
this image during the run? Add some wait between each step and try.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235871]: Selecting a value from combo box

2013-09-19 Thread akbar
Question #235871 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235871

akbar requested more information:
1) List is very large for validation - You can press the first letter of
the required value and then do the looping logic.

What about the first option? Only other option i can think of is what
Raiman has suggested.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235871]: Selecting a value from combo box

2013-09-18 Thread akbar
Question #235871 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235871

Status: Open = Answered

akbar proposed the following answer:
Option1:-
Do a click on the list object and then click again by passing the text value of 
the list option. Last time i used such thing was with the previous version of 
Sikuli and it did not work consistently.

Option2:-
Click on the list object, perform key down, perform ENTER. Most of the times 
the selected value gets highlighted. You can copy it clipboard and compare for 
required selection text. Put the entire logic in a loop till required value is 
selected.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235812]: 1.0.1 - FileManager.loadLibrary(VisionProxy) throws error

2013-09-17 Thread akbar
Question #235812 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235812

Status: Needs information = Solved

akbar confirmed that the question is solved:
DLLs in libs got renamed because they were downloaded from a shared
location, when changed the names to original, it started working.
Thanks!

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235812]: 1.0.1 - FileManager.loadLibrary(VisionProxy) throws error

2013-09-16 Thread Akbar
New question #235812 on Sikuli:
https://answers.launchpad.net/sikuli/+question/235812

Environment - Windows7/Java6, using latest sikuli-java api

-sikuli-java jar is located under library folder
-libs folder in also under library folder
-added libs folder path to system PATH variable

FileManager.loadLibrary(VisionProxy);  

throws following errors,

[error] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: WinUtil.dll
[error] ResourceLoaderBasic: loadLib: Since native library was found, it might 
be a problem with needed dependent libraries
E:\XAFTProject\library\libs\WinUtil.dll: Can't find dependent libraries
[error] ResourceLoaderBasic: loadLib: Check, wether a valid Sikuli libs folder 
is in system path at runtime!
[error] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no 
sense to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the QA board.

So restarted the machine and it worked fine once. But the second time i ran the 
same script, it failed again with same errors. After that tried quite a few 
times, but it errors out.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235812]: 1.0.1 - FileManager.loadLibrary(VisionProxy) throws error

2013-09-16 Thread Akbar
Question #235812 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235812

Description changed to:
Environment - Windows7/Java6, using latest sikuli-java api

-sikuli-java jar and libs(with all DLLs) are under same folder(library)
-added libs folder path to system PATH variable

FileManager.loadLibrary(VisionProxy);

throws following errors,

[error] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: WinUtil.dll
[error] ResourceLoaderBasic: loadLib: Since native library was found, it might 
be a problem with needed dependent libraries
E:\XAFTProject\library\libs\WinUtil.dll: Can't find dependent libraries
[error] ResourceLoaderBasic: loadLib: Check, wether a valid Sikuli libs folder 
is in system path at runtime!
[error] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no 
sense to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the QA board.

So restarted the machine and it worked fine once. But the second time i
ran the same script, it failed again with same errors. After that tried
quite a few times, but it errors out.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235812]: 1.0.1 - FileManager.loadLibrary(VisionProxy) throws error

2013-09-16 Thread Akbar
Question #235812 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235812

Status: Needs information = Open

Akbar gave more information on the question:
Yes JavaHere are the debug logs

[debug] ResourceLoaderBasic: SikuliX Package Build: 1.0.1 25AUG2013190532
[debug] ResourceLoaderBasic: check: we are running on arch: x86
[debug] ResourceLoaderBasic: check: using Java at: C:/Program Files (x86)/Java/j
dk1.6.0_38/jre/
[debug] ResourceLoaderBasic: check: Exists libs folder at location of jar? YES:
E:/XAFTProject/library/
[debug] ResourceLoaderBasic: checkLibsDir: E:/XAFTProject/library/libs
[debug] ResourceLoaderBasic: loadLib: WinUtil
[debug] ResourceLoaderBasic: loadLib: Found: WinUtil
[error] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: WinUtil.dll
[error] ResourceLoaderBasic: loadLib: Since native library was found, it might b
e a problem with needed dependent libraries
E:\XAFTProject\library\libs\WinUtil.dll: Can't find dependent libraries
[error] ResourceLoaderBasic: loadLib: Check, wether a valid Sikuli libs folder i
s in system path at runtime!
[error] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no sen
se to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the QA board.
[debug] SikuliXFinal: cleanUp: 0

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235679]: unable to download Sikuli-ide-1.0.1.jar

2013-09-14 Thread Akbar
Question #235679 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235679

Akbar posted a new comment:
You just have to tell ur network/admin guys to download it for you

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235179]: Can I run a sikuli script without being logged in. --- simply no

2013-09-09 Thread Akbar
Question #235179 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235179

Akbar posted a new comment:
This is how you can do this.
1.Create a scheduler to call the batch and sikuli script
2.Login to the test machine and let it lock
3.When the scheduler runs, tscon.exe will log you out but keeps the session 
active(screen is active) and sikuli script will run
4.If you sikuli script runs for longer time then you will have disable screen 
lock on the test machine

Refer to Sikuli documentation on how to open browser, command is
openApplication...

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235179]: Can I run a sikuli script without being logged in. --- simply no

2013-09-06 Thread Akbar
Question #235179 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235179

Akbar proposed the following answer:
Put these commands in a batch file and make the scheduler to call this
before launching the script. These commands will make sure that current
logged in user is disconnected but keeps the session active, which
implies it will have an active screen. This will work provide that
someone is always into the machine and also you need disable your
screenlock.

tscon.exe 0 /dest:console
tscon.exe 1 /dest:console
tscon.exe 2 /dest:console

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235179]: Can I run a sikuli script without being logged in. --- simply no

2013-09-06 Thread Akbar
Question #235179 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235179

Akbar posted a new comment:
Sean, if this works then let Raiman know, so that he can change the
subject of the question accordingly

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235073]: screen.find() failing with 1.0.1 version

2013-09-03 Thread Akbar
Question #235073 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235073

Akbar gave more information on the question:
Code,

Settings.BundlePath = D:\\Sikuli 1.0.1\\;

Screen s = new Screen();

s.find(image.png);

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235073]: screen.find() failing with 1.0.1 version

2013-09-03 Thread Akbar
New question #235073 on Sikuli:
https://answers.launchpad.net/sikuli/+question/235073

Screen.find(image.png) fails with the latest Java API. The image is 
definitely present in the bundle path. Throws the following error, 

[error] image.png looks like a file, but not on disk. Assume it's text.
[error] Region.find(text): text search is currently switched off
Exception in thread main FindFailed: Text search currently switched off
  Line 1671, in file Region.java

at org.sikuli.script.Region.wait(Region.java:1671)
at org.sikuli.script.Region.find(Region.java:1590)
at sample.SampleClass.main(SampleClass.java:31)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235073]: [1.0.1] Java: Settings.BundlePath not useable --- use ImageLocator.setBundlePath(path) instead

2013-09-03 Thread Akbar
Question #235073 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235073

Akbar posted a new comment:
JAR was downloaded on 29th August. The other question is dated 27th
August. Still i will try with latest today.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #235073]: [1.0.1] Java: Settings.BundlePath not useable --- use ImageLocator.setBundlePath(path) instead

2013-09-03 Thread Akbar
Question #235073 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235073

Status: Answered = Solved

Akbar confirmed that the question is solved:
ImageLocator.setBundlePath() worked

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234819]: [1.0.1] org.sikuli.basics package documentation --- not for public use

2013-09-03 Thread Akbar
Question #234819 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234819

Status: Open = Solved

Akbar confirmed that the question is solved:
https://answers.launchpad.net/sikuli/+question/235073

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234821]: 1.0.1 - Error while setting MinTargetSize

2013-09-03 Thread Akbar
Question #234821 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234821

Status: Answered = Solved

Akbar confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #212273]: How to handle App.open() exception in Java

2013-08-30 Thread Akbar
Question #212273 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/212273

Status: Answered = Solved

Akbar confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234819]: [1.0.1] org.sikuli.basics package documentation --- not for public use

2013-08-30 Thread Akbar
Question #234819 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234819

Status: Answered = Open

Akbar is still having a problem:
Are you saying the package is not intended for public use? If so, how
can i access the Settings and Vision methods?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234819]: [1.0.1] org.sikuli.basics package documentation --- not for public use

2013-08-30 Thread Akbar
Question #234819 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234819

Status: Answered = Open

Akbar is still having a problem:
Ok got it. I have been setting MinTargetSize in my current scripts(using
java api), do you think i should continue doing that or stop it with the
latest version? Similarly what is the alternative for setBundlePath in
the latest version?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234819]: [1.0.1] org.sikuli.basics package documentation --- not for public use

2013-08-30 Thread Akbar
Question #234819 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234819

Akbar posted a new comment:
Ok got it. I have been setting MinTargetSize in my current scripts(using
java api), do you think i should continue doing that or stop it with the
latest version? Similarly what is the alternative for setBundlePath in
the latest version?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234819]: org.sikuli.basics package documentation

2013-08-29 Thread Akbar
New question #234819 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234819

Java docs at 
https://dl.dropboxusercontent.com/u/42895525/SikuliX/SikuliX-API-JavaDocs/index.html;
 do not have this package listed. Where i can one find docs for the 
org.sikuli.basics package?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234699]: Changes to use the latest version

2013-08-28 Thread Akbar
Question #234699 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234699

Status: Answered = Solved

Akbar confirmed that the question is solved:
For some reason, the sikuli-java jar was not showing the
org.sikuli.script package in eclipse(probably bcoz my setup did not
complete properly). After doing the setup again, it is now showing the
package. Thanks.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234634]: [1.0.1] Download during new setup is failing

2013-08-27 Thread Akbar
Question #234634 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234634

Akbar posted a new comment:
Running setup downloaded new ide jar but few steps failed. Another
problem was i had previous version files in the same folder and even
after removing them, it kept saying old version found. I have decided to
completely remove and redo the setup again.

Thanks RaiMan. Have to say the new setup thing is quite confusing
though...

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234699]: Changes to use the latest version

2013-08-27 Thread Akbar
New question #234699 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234699

What are all the changes required in scripts(written in version 1.0.0) if we 
move to the latest version 1.0.1? I find the API(sikuli-java) is totally 
different to previous version(sikuli-script). My scripts are written in Java 
using the java api of sikuli.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234634]: [1.0.1] Download during new setup is failing

2013-08-27 Thread Akbar
Question #234634 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234634

Status: Answered = Solved

Akbar confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234634]: Download during new setup is failing

2013-08-26 Thread Akbar
New question #234634 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234634

After selecting any option on the new SikuliX-Setup, download of jar is 
failing. The logs have the following errors,

[debug (8/26/13 3:47:08 PM)] FileManager: Downloading sikuli-ide-1.0.1.jar 
having -1 KB
[error (8/26/13 3:47:29 PM)] FileManager: problems while downloading
Connection timed out: connect
[error (8/26/13 3:47:32 PM)] RunSetup: Fatal error 001: not able to download: 
sikuli-ide-1.0.1.jar
[debug (8/26/13 3:47:32 PM)] RunSetup: Download ended

Can you please advise on this? I am doing setup from my work network and there 
could be security restrictions. Can i download the JARs directly from any site?



-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #234634]: Download during new setup is failing

2013-08-26 Thread Akbar
Question #234634 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234634

Status: Answered = Solved

Akbar confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #212273]: How to handle App.open() exception in Java

2012-10-25 Thread Akbar
New question #212273 on Sikuli:
https://answers.launchpad.net/sikuli/+question/212273

Whenever app.open() fails it prints an error log but does not throw an 
exception. I want to be able to catch the failure and do some action in Java?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211334]: OCR usage and integration with Sikuli

2012-10-22 Thread Akbar
Question #211334 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211334

Status: Answered = Solved

Akbar confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211636]: Image test works on SikuliIDE but not with Java lib

2012-10-22 Thread Akbar
Question #211636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211636

Status: Answered = Solved

Akbar confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211636]: Image test works on SikuliIDE but not with Java lib

2012-10-21 Thread Akbar
Question #211636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211636

Akbar posted a new comment:
sorry raimund, i thought that was your public email id related sikuli
support. how do i contact the admin?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211636]: Image test works on SikuliIDE but not with Java lib

2012-10-19 Thread Akbar
New question #211636 on Sikuli:
https://answers.launchpad.net/sikuli/+question/211636

Took a screenshot of an image on a browser(lets say Chrome) and the match 
preview showed a score of 0.7 and a call to exists or find was passing. Using 
the same screenshot i ran similar steps using the same browser + Java lib and 
it failed.  I tested the same scenario with all browsers and it passed all the 
time in IDE and failed all the time with Java lib. It passed only when i 
created a pattern and set similarity to 0.3. Why is this difference between 
IDE(sikuli script) and Java lib?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211636]: Image test works on SikuliIDE but not with Java lib

2012-10-19 Thread Akbar
Question #211636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211636

Description changed to:
Took a screenshot of an image on a browser(lets say Chrome) and the
match preview showed a score of 0.7 and a call to exists or find in IDE
was passing. Using the same screenshot i ran similar steps using the
same browser + Java lib and it failed.  I tested the same scenario with
all browsers and it passed all the time in IDE and failed all the time
with Java lib. It passed only when i created a pattern and set
similarity to 0.3. Why is this difference between IDE(sikuli script) and
Java lib?

Example:- Google Images image on Google Images
site(http://www.google.com/imghp?hl=entab=wi). Problem with setting the
similarity to 0.3 is that the test will pass even if tested with Google
search site(www.google.com) as well. But in reality they are two
different images.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211636]: Image test works on SikuliIDE but not with Java lib

2012-10-19 Thread Akbar
Question #211636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211636

Description changed to:
Took a screenshot of an image on a browser(lets say Chrome) and the
match preview showed a score of 0.7 and a call to exists or find was
passing. Using the same screenshot i ran similar steps using the same
browser + Java lib and it failed.  I tested the same scenario with all
browsers and it passed all the time in IDE and failed all the time with
Java lib. It passed only when i created a pattern and set similarity to
0.3. Why is this difference between IDE(sikuli script) and Java lib?

Example:- Google Images image on Google Images
site(http://www.google.com/imghp?hl=entab=wi). Problem with setting the
similarity to 0.3 is that the test will pass even if tested with Google
search site(www.google.com) as well. But in reality they are two
different images.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211636]: Image test works on SikuliIDE but not with Java lib

2012-10-19 Thread Akbar
Question #211636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211636

Status: Answered = Open

Akbar is still having a problem:
Thanks RaiMan.
I do understand the differences in between browsers, but the screenshot was 
taken on a Chrome browser and the same image was used in IDE and Java. Since 
IDE allows only a rectangle screenshot how do we get higher score when the 
images are like the one on the google.com site.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211636]: Image test works on SikuliIDE but not with Java lib

2012-10-19 Thread Akbar
Question #211636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211636

Akbar posted a new comment:
Google start page image is also fine but what i used is just a small
screenshot of the image on Google Images page. I have emailed the
image to your mail rmhdeve...@me.com

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211334]: OCR usage and integration with Sikuli

2012-10-16 Thread Akbar
Question #211334 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211334

Status: Answered = Open

Akbar is still having a problem:
Thanks RaiMan.

I am using the java library of sikuli, can you please give more details
about TextRecognizer / ImageMagick/ BufferedImages usage?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #211334]: OCR usage and integration with Sikuli

2012-10-16 Thread Akbar
Question #211334 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211334

Akbar posted a new comment:
Rephrasing the question.

Integration - Modifying source code is costly and complex.

Other OCR - I assume you meant that ImageMagick+Sikuli can be done in
Java and BufferedImages can also be used? Can you please elaborate?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #210748]: click dynamically

2012-10-11 Thread Akbar
Question #210748 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210748

Akbar confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #210748]: click dynamically

2012-10-11 Thread Akbar
Question #210748 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210748

Status: Answered = Solved

Akbar confirmed that the question is solved:
RaiMan, Thanks for reply. Your previous solution worked. What i observed
is that region.text() works consistently after click() is performed on
the required region.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #210748]: click dynamically

2012-10-09 Thread Akbar
New question #210748 on Sikuli:
https://answers.launchpad.net/sikuli/+question/210748

Records are displayed in a table and the requirement is to click on any one 
record. Each record has an ID which is generated dynamically during the 
execution. ID value is known before clicking on it, but how to create an image 
for the ID text and then click on it? Please advise.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #210518]: Click button beside a label using Java

2012-10-06 Thread Mohammed Akbar Ali
New question #210518 on Sikuli:
https://answers.launchpad.net/sikuli/+question/210518

I want to click a button which is located beside a label on a webpage using the 
Sikuli Java lib. But it fails at the click step saying it couldnt find the 
button image. Not sure if Match is the correct class to be used in here. I 
would appreciate if someone can help on this?

code:-
Match m = sample.find(lblFileUpload).right().find(btnUpload.png);
sample.click(m);


-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #210518]: Click button beside a label using Java

2012-10-06 Thread Mohammed Akbar Ali
Question #210518 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210518

Description changed to:
I want to click a button which is located beside a label on a webpage
using the Sikuli Java lib. But it fails at the click step saying it
couldnt find the button image. Not sure if Match is the correct class to
be used in here. I would appreciate if someone can help on this?

code:-
Match m = sample.find(lblFileUpload.png).right().find(btnUpload.png);
sample.click(m);

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #210518]: Click button beside a label using Java

2012-10-06 Thread Akbar
Question #210518 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210518

Status: Answered = Open

Mohammed Akbar Ali is still having a problem:
Thanks for the reply.
the label is getting highlighted but it still does not click on the button. m 
is null after the exists() step. The scenario i have is to click on a button 
Upload and label is Click to Upload. In Chrome button click is working fine 
but failing in Firefox as it is clicking the label instead of button. So i had 
to write the above logic. 

Is there any other solution for this problem?r

Also as a general query, 
i)do the screenshots taken on one browser work/get recognized runtime on other 
browsers as well?
ii)if screenshot is taken with browser maximized, will they get recognized 
runtime if browser window is not maximized

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #210518]: Click button beside a label using Java

2012-10-06 Thread Akbar
Question #210518 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210518

Status: Answered = Solved

Akbar confirmed that the question is solved:
Thanks. Offset logic worked.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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 #210518]: Click button beside a label using Java

2012-10-06 Thread Akbar
Question #210518 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210518

Akbar confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
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