[Sikuli-driver] [Question #703107]: Sikuli not working changing screen size

2022-09-08 Thread Sandeep Reddy
New question #703107 on SikuliX:
https://answers.launchpad.net/sikuli/+question/703107

Hi Team,

We have implemented a sikuli script, in a few projects. Sikuli script falling 
in below scenario,

when we change physical monitor but we maintain same display setting (1280 * 
1024). script was failed could you please assist me how to achieve.

-- 
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 #694086]: Debugging options in Sikuli IDE

2020-11-19 Thread Sandeep Grover
New question #694086 on Sikuli:
https://answers.launchpad.net/sikuli/+question/694086

Hi Raiman,

First of all thanks for your efforts in maintaining sikuli and providing us 
regular updates and bug fixes.

I wanted to inquire if you have any plans to introduce advanced debugging 
options (add breakpoint/examine variables at runtime) in the near future as it 
is the only thing missing in the IDE.

Have a great day.

Regards,
Sandeep



-- 
You received this question notification because your team Sikuli Drivers
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 #263097]: Sikuli for flash based applications?

2015-03-02 Thread sandeep
New question #263097 on Sikuli:
https://answers.launchpad.net/sikuli/+question/263097

Is anyone using Sikuli for flash based applications?
Any tips on if this works fine or some gotchas ..

Thx.

-- 
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 #261858]: How to execute remotely sikuli scripts on a Ubuntu VIrtual Machine

2015-02-09 Thread sandeep
Question #261858 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261858

Status: Open = Solved

sandeep confirmed that the question is solved:
This is how I made it work.

Install vncviewer on the guest OS where sikuli scripts reside.
From the remote machine launch the following:-
vncviewer sut:1
export DISPLAY=:0
./runIDE -r ~/.my_test
Works with same display settings used while writing the script so no issues at 
all.

Works pretty well.

-- 
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 #261858]: How to execute remotely sikuli scripts on a Ubuntu VIrtual Machine

2015-02-09 Thread sandeep
New question #261858 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261858

I wrote  a sikuli script and it works pretty well if I log in into my Ubuntu 
machine and type ./runIDE -r ~/my_test.sikuli
I would now like to run this remotely, any experience on how to get this 
working?

I was trying options I read about xvfb, ssh -X etc..but not much luck until 
now(it hangs my untu VM if I do these). Any suggestions on how others have 
achieved this.

Thanks in advance.

-- 
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 #261821]: Why does sys.path not contain PYTHONPATH variables?

2015-02-08 Thread sandeep
Question #261821 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261821

Status: Needs information = Open

sandeep gave more information on the question:
I use PYTHONPATH to include all the libaries I need to use in my scripts eg:-
PYTHONPATH=/home/xyz/test_util;/home/xyz/sleep_util

so now in my sikuli script, I could just import these utils

import test_util
import sleep_util

But when I print sys.path Sikuli script does not allow me to import
these, however I could import these in a python script, same way as
above.

-- 
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 #261821]: Why does sys.path not contain PYTHONPATH variables?

2015-02-08 Thread sandeep
Question #261821 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261821

Status: Answered = Open

sandeep is still having a problem:
Thanks ..

So currently am launching tests using, is this the recommended way?

./runIde -r my_test

-- 
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 #261821]: Why does sys.path not contain PYTHONPATH variables?

2015-02-08 Thread sandeep
Question #261821 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261821

Status: Answered = Open

sandeep is still having a problem:
After using the Dpython.path as below, I can import my files but what I
see now is the test does not run and just opens the IDE however if I use
without python.path i.e. /runIDE  -r ~/create_cluster_import it works
fine. Any idea what is going on?, see below for what I ran..

So I used  /runIDE -Dpython.path=$PYTHONPATH -r
~/create_cluster_import


running SikuliX-IDE: -Xmx512M -Dapple.laf.useScreenMenuBar 
-Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine
-jar ./sikuli-ide.jar 
-Dpython.path=:/opt/git/test_util:/usr/local/staf/lib/python27:/usr/local/staf/lib:/mnt/toolchain/thirdparty/vmware/non-redistributable/site-packages
 -r /home/sbaldawa/create_cluster_import

-- 
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 #261821]: Why does sys.path not contain PYTHONPATH variables?

2015-02-07 Thread sandeep
New question #261821 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261821

In SIkuli,

I see sys.path does not contain PYTHONPATH defined values, any workaround for 
this?

Thx

-- 
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 #261751]: Import sikuli file from a sikuli file fails

2015-02-06 Thread sandeep
Question #261751 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261751

Status: Answered = Solved

sandeep confirmed that the question is solved:
Thanks for the explanation. That works fine for me too.

-- 
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 #261751]: Import sikuli file from a sikuli file fails

2015-02-06 Thread sandeep
Question #261751 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261751

Status: Needs information = Open

sandeep gave more information on the question:
version:- 1.01
System:- Ubuntu
Names are same as mentioned.
PATHNAME is my home folder.

-- 
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 #261751]: Import sikuli file from a sikuli file fails

2015-02-06 Thread sandeep
Question #261751 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261751

Status: Needs information = Open

sandeep gave more information on the question:
13.1

-- 
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 #261751]: Import sikuli file from a sikuli file fails

2015-02-06 Thread sandeep
Question #261751 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261751

sandeep gave more information on the question:
Home folder is /home/sbaldawa/

-- 
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 #261700]: Best practices for return value from sikuli script?

2015-02-05 Thread sandeep
Question #261700 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261700

Status: Answered = Solved

sandeep confirmed that the question is solved:
Thanks , got it.

-- 
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 #261686]: How to integrate sikuli with an already existing python framework

2015-02-05 Thread sandeep
Question #261686 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261686

Status: Answered = Open

sandeep is still having a problem:
Thanks a lot.

How about importing a pythong module in Sikuli?, can I import my python
modules in 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 #261705]: Logging settings where to change?

2015-02-05 Thread sandeep
Question #261705 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261705

Status: Answered = Solved

sandeep confirmed that the question is solved:
Thanks again.
Appreciate the quick answers, I have used several automation tools in the past 
and started using Sikuli since past few days, must say it is v easy to use and 
I was able to automate in minutes.

-- 
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 #261705]: Logging settings where to change?

2015-02-05 Thread sandeep
New question #261705 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261705

Cant really understand where to add the logging settings as described in this 
document, which file should I add my logging statements in?
http://sikulix-2014.readthedocs.org/en/latest/scripting.html#writing-and-redirecting-log-and-debug-messages

-- 
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 #261751]: Import sikuli file from a sikuli file fails

2015-02-05 Thread sandeep
Question #261751 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261751

sandeep gave more information on the question:
Just FYI I followed steps from
https://answers.launchpad.net/sikuli/+faq/2446

-- 
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 #261751]: Import sikuli file from a sikuli file fails

2015-02-05 Thread sandeep
New question #261751 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261751

Hi,

I am trying to import b.sikuli in a.sikuli.

As mentioned in the docs I have declared from sikuli import * in b.sikuli
However in a.sikuli when I import b

[error (2/5/15 9:59:26 PM)] script [ a ] stopped with error in line 1
[error (2/5/15 9:59:26 PM)] ImportError ( No module named b )

Both the files are in the same folder.

Thx

-- 
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 #261705]: Logging settings where to change?

2015-02-05 Thread sandeep
Question #261705 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261705

Status: Answered = Solved

sandeep confirmed that the question is solved:
Cool thanks. Sorry, I missed it.

-- 
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 #261705]: Logging settings where to change?

2015-02-05 Thread sandeep
Question #261705 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261705

Status: Solved = Open

sandeep is still having a problem:
I used the below settings and all sikuli logs show up pretty well, my
question is wrt to user logs, how to I add them is it like
log.infoHello World

Settings.UserLogs = True
Settings.UserLogPrefix = user
Settings.UserLogTime = True
Settings.LogTime = True
Settings.DebugLogs = True

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 #261635]: Live examples of open source projects using sikuli

2015-02-05 Thread sandeep
Question #261635 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261635

sandeep gave more information on the question:
Thanksa lot, this is a nice paper and helps to understand some nice way
to use Sikuli. I will keep this in mind when I plan to switch to a
framwork.

Is there any gitweb or anythwere code of someone using Sikuli in the
.sikuli scripts format, I wanted to understand how to write utility
functions quickly and check the best practices.

-- 
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 #261683]: Screenshot on error

2015-02-04 Thread sandeep
Question #261683 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261683

sandeep posted a new comment:
Thanks a lot again.

-- 
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 #261683]: Screenshot on error

2015-02-04 Thread sandeep
Question #261683 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261683

Status: Answered = Solved

sandeep confirmed that the question is solved:
Thanks Eugene S, 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 #261683]: Screenshot on error

2015-02-04 Thread sandeep
New question #261683 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261683

I would like to take a screenshot on error, any idea if the 1,1 in sikuli has 
something inbuilt?, if not what is recommended way to take screenshot on error.

Thanks in advance.

-- 
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 #261686]: How to integrate sikuli with an already existing python framework

2015-02-04 Thread sandeep
New question #261686 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261686

Hi,

We have an existing inhouse python framework(pretty similar to pyUnit) and 
would like to use Sikuli for our automation along with it. How do we import 
sikuli scripts in python or viceversa?, are there any best practices or general 
guidelines.

Thanks in advance.

-- 
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 #261683]: Screenshot on error

2015-02-04 Thread sandeep
Question #261683 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261683

Status: Answered = Open

sandeep is still having a problem:
Thanks, what does SCREEN mean here in capture(SCREEN)?

How do I call this function i.e. what value do I pass for application?

-- 
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 #261700]: Best practices for return value from sikuli script?

2015-02-04 Thread sandeep
New question #261700 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261700

What is the best practices for returning value from a sikuli script?, 
I would like to indicate whether the script passed or failed, can I return 0 or 
return 1?
Or should I says sys.exit(0) ?

Thx

-- 
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 #261683]: Screenshot on error

2015-02-04 Thread sandeep
Question #261683 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261683

Status: Answered = Open

sandeep is still having a problem:
Thanks a lot, sorry but still did not getwhat to pass to takeScreenShot
function as parameter, I would like ideally to take snapshot of the
entire App in focus.

-- 
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 #261635]: Live examples of open source projects using sikuli

2015-02-03 Thread sandeep
New question #261635 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261635

Hi,

Do we have live open source projects using sikuli, would help to know what 
practices are being followed.

Thx

-- 
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 #261635]: Live examples of open source projects using sikuli

2015-02-03 Thread sandeep
Question #261635 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261635

sandeep gave more information on the question:
I am not refering to sikuli code but to code of projects using sikuli
for testing.

-- 
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 #225941]: How to click on a text with same description

2013-04-08 Thread Sandeep
Question #225941 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/225941

Status: Answered = Open

Sandeep is still having a problem:
Hi Raiman,

I am getting the following error when i use the above code

matches = list(findAll(Pattern(my.png)).similar(0.95))
AttributeError: 'org.sikuli.script.Finder' object has no attribute 'similar'

Am i doing something wrong?

-- 
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 #225941]: How to click on a text with same description

2013-04-08 Thread Sandeep
Question #225941 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/225941

Sandeep 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 #225941]: How to click on a text with same description

2013-04-08 Thread Sandeep
Question #225941 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/225941

Status: Answered = Solved

Sandeep confirmed that the question is solved:
yup..thanks a ton for your time and help

-- 
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 #225941]: How to click on a text with same description

2013-04-08 Thread Sandeep
Question #225941 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/225941

Sandeep posted a new comment:
just one question

i am using the findall method, its returning the correct number of objects 
For Ex: 3

the objects are located side by side

so when i  run this code

Click(sorted_icons[0])
Click(sorted_icons[1])
Click(sorted_icons[2])

everytime it makes a random click on the objects...there is no
particular order

Like for 1st time the order of click might be 11st object,  3rd object
and then 2nd obj

if i re-run the code the order might change to 3rd object, 1st object
and then 2nd obj

Is this a bug that its not able to store the index or am i going wrong
somewhere?

-- 
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 #225941]: How to click on a text with same description

2013-04-08 Thread Sandeep
Question #225941 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/225941

Sandeep posted a new comment:
ok got it ...thanks again

-- 
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 #225941]: How to click on a text with same description

2013-04-05 Thread Sandeep
New question #225941 on Sikuli:
https://answers.launchpad.net/sikuli/+question/225941

Hi,

I am new to sikuli. 

I have 2 text's with same description and i am not able to differentiate 
between them. I want to differentiate between them and click on each of them. 
As of now, sikuli is randomly clicking on these texts

-- 
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 #225941]: How to click on a text with same description

2013-04-05 Thread Sandeep
Question #225941 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/225941

Status: Answered = Open

Sandeep is still having a problem:
Hi Raiman,

Thanks for your response.  But i think i need to click based upon the
test case and not one by one as per my previous post.  My apologies . So
Can i do a click based on coordinates.

I am first finding the coordinates by using

X = Env.getMouseLocation()

So X is something like (100,200)

Using these coordinates can i do a mouse click?

-- 
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