Image search and take snapshot..

Asked by Ravindra

Hi,

I'm looking for some help..

I have a simple image and i need search for similar image and take snapshots of it if found.. I'm trying to implement this through two options.. Please provide a sample from your valuable excerpts that could help me through.. Sincere thanks in advance..

Option 1:

The image slightly differs from page to page so i should carefully compare similar images and if found take snapshots of it.. Later i am planning to read the image and convert it into text with some utilities that i have.. Please help...

Option 2:
If the similar image in question is found, retrieve the Webelement which is a Webtable and retrieve it's contents..

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

looks like being more a thing for Selenium (or is ist Flash?).

Since the images seem to contain varying text, you will surely not be happy with the image search.

The only chance is to search for visual content, that is the same in all situations, and that allows to evaluate the image's position relative and then store a snapshot.

while comparing the new image with the already captured ones over the time you will collect all possible images.

as already mentioned: evaluating a webtable is more a job for Selenium if possible (or poor man's solution: evaluating the page source).

Can you help with this problem?

Provide an answer of your own, or ask Ravindra for more information if necessary.

To post a message you must log in.