ASC/DSC Order in Sikuli

Asked by Mandar Prakash Sabnis

Hi,

In Sikuli I wanted to know how we can verify a grid values are in ASC/DSC order.

Regards,
Mandar P. Sabnis

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

If you are talking about some table, that contains numbers/text:

You might try to collect the values using Region.text() and do the check on the resulting array, but the scripting is rather complex and the text feature might not read the values correctly.
So first try,wether the values can be read correctly.

If it is a normal html web app, Selenium might be the better choice.

Can you help with this problem?

Provide an answer of your own, or ask Mandar Prakash Sabnis for more information if necessary.

To post a message you must log in.