Re: [Sikuli-driver] [Question #252331]: Capturing numbers displayed dynamically on a webpage?

2014-07-30 Thread Nirmala
Question #252331 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252331

Nirmala posted a new comment:
Alright, let me try as per your comments. Thank you very much for
responding.

-- 
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 #252331]: Capturing numbers displayed dynamically on a webpage?

2014-07-29 Thread RaiMan
Question #252331 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252331

Status: Open = Answered

RaiMan proposed the following answer:
You might try the text/OCR feature, if you need to read the id.

To check the success/failure in your feedback column, images of the 2
possible text entries should be sufficient.

The rest is evaluating regions.

-- 
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 #252331]: Capturing numbers displayed dynamically on a webpage?

2014-07-28 Thread Nirmala
New question #252331 on Sikuli:
https://answers.launchpad.net/sikuli/+question/252331

Hi,
We want to automate our regression tests. Basically, our application is a web 
app and we need to capture an ID that would be generated on the webpage for 
each action. I wanted to know if Sikuli can:
a) Capture the ids that are generated
b) Verify the status for the id generated on the webpage
c) Depending on the status provide pass/fail test results

For example:
I have used sikuli to automate and generate the ID successfully. For example I 
have the below text on my web page:
Workflow generated successfully and the id is . Till then I am happy in 
using Sikuli.
For every process the id generated would be 
Upon id generation, if the status(this is a column in the page) is error then 
the test should fail
and if the status = 'Processed or Loaded then the test would be complete or 
end and test result should be PASS

This is what all our regression is about. Getting the id e.g 1234(unique 
sequence but dynamic) and see if it fail or processed.  I tried with onappear 
but i am not able to capture the id, but just the text. Also, its so hard to 
map the id with the status on the web page and i dont know how to do it.

Please provide help. I wanted to know if this is possible at all with Sikuli. 
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