[Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-07-28 Thread Muthumanikandan
New question #654090 on Sikuli:
https://answers.launchpad.net/sikuli/+question/654090

In my application i need to select one record from list of values.
For selecting radio button used in screen and there is no search option in 
screen,
In this case how can i select my particular record by using sikuli python 
script.

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-07-31 Thread Muthumanikandan
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Muthumanikandan posted a new comment:
Can anyone help me with example code for the above query

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-07-31 Thread dinev
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

dinev posted a new comment:
Can you give a visual example of your question?

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-07-31 Thread Muthumanikandan
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Muthumanikandan gave more information on the question:
I am not able to paste my screenshot here, how to paste my screenshot

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-07-31 Thread dinev
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

dinev posted a new comment:
Use one of the many free screen cast online services and pos just a
link. Good example is a Jing service

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-07-31 Thread Muthumanikandan
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Muthumanikandan gave more information on the question:
https://screencast-o-matic.com/watch/cbjV17lAYf

For screenshot use above link.

Kindly provide me working examples to select one particular record in
screenshot

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread Manfred Hampl
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Status: Open => Answered

Manfred Hampl proposed the following answer:
How do you know which line to select? What are the selection criteria?

Some ideas:
Do a searchall for the empty selection box, store the vertical and horizontal 
positions for the first one in variables.
Calculate the difference in vertical positions between the first and the second 
ones.
If you know that you have to select the n-th line, do a click on 
(horizonalpos1, verticalpos1 + (n-1)*verticaldiff)

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread Muthumanikandan
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Status: Answered => Open

Muthumanikandan is still having a problem:
Here the selection criteria is S.no and Gate entry no, while doing
manually tester knows his gate entry.

But in script i need guidance.. In my application there is no search
option and it is not possible to add search box in screen(client wont
accept search box there)

Your idea is one of the possible ways , can you please explain with
sample code for that idea.

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread Manfred Hampl
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Status: Open => Answered

Manfred Hampl proposed the following answer:
Sorry, it is not possible for me to provide a sample script. I do not know any 
details about the program that you want to control with Sikuli, and so I cannot 
verify whether any sample code could really work.
I do not see a chance that somebody else is able to develop such script without 
having access to this application.
It seems that you have to develop that yourself.

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread dinev
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

dinev posted a new comment:
Ok - some more questions:

If I click within the grid - can I do CTRL+A CTRL+C to copy all in clipboard?
Does the clipboard has human readable format in this case - I mean text?
If I am in the grid does the arrow keys work moving up and down over the rows?
Can I select a single row and copy in clipboard?
How many lines are in this list .. do you need to scroll for next pages?
Does to serial number and gate ID changes - if you are doing automated tests 
they maybe need to be fixed?

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread dinev
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

dinev posted a new comment:
Ok - some more questions:

If I click within the grid - can I do CTRL+A CTRL+C to copy all in clipboard?
Does the clipboard has human readable format in this case - I mean text?
If I am in the grid does the arrow keys work moving up and down over the rows?
Can I select a single row and copy in clipboard?
How many lines are in this list .. do you need to scroll for next pages?
Does to serial number and gate ID changes - if you are doing automated tests 
they maybe need to be fixed?

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-01 Thread Muthumanikandan
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Muthumanikandan posted a new comment:
Hi Dinev ,

You are asking question to me or hampl.

If you asked to me , my answers are:

arrow keys works but it will not select radio button it just go up and
down

You can copy single cell value ex: gate entry alone or vendor code alone

Every time lines count will change,it was dynamic. Only one page will
display in screen but it has horizondal scroll bars

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-02 Thread Muthumanikandan
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Status: Answered => Open

Muthumanikandan is still having a problem:
Please find the answers of your questions in comment #9

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-02 Thread dinev
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Status: Open => Answered

dinev proposed the following answer:
So based on your answers you need to do this:

1. click on the first row in the sell you want - let say gate entry
2. copy to clipboard and verify if it is the needed one
3. press down arrow to move to the cell in the next row
4. if you 2 is false go to 2 again
5. if you found your row you can either moving left with arrows to radio button 
and use space to select it or knowing the row to find N-th radio button to 
click it

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-02 Thread Muthumanikandan
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Status: Answered => Open

Muthumanikandan is still having a problem:
Dinev

Can you please provide code for your idea in comment #13

I

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-02 Thread dinev
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

dinev posted a new comment:
I do not have application under test in order to write this code. I
believe you or your team can do this given the fact the skeleton of the
script is provided.

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


Re: [Sikuli-driver] [Question #654090]: How to sort without search option in python

2017-08-17 Thread Launchpad Janitor
Question #654090 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/654090

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

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