How to check Icon in the specified region using sikulix1.1.1 - Java Selenium

Asked by Maniraj

How to check Icon in the specified region using sikulix1.1.1 - Java Selenium I need to pick some small icons with in that specified region help me out how to handle this problem

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Maniraj (aathimaniraj) said :
#1

Help me out

Revision history for this message
RaiMan (raimund-hocke) said :
#2

someRegion.exists(iconImage, 0)

returns true if iconImage is found in the someRegion at that moment, otherwise false.

Revision history for this message
Maniraj (aathimaniraj) said :
#3

For finding region in screen what is easiest method. To find image or logo's region in screen.

Help me out on this.. Frndss.

Revision history for this message
Best RaiMan (raimund-hocke) said :
#4

- use latest version: http://sikulix.com
- read the docs: http://sikulix-2014.readthedocs.io/en/latest/index.html
- look in the net for examples: searchitem: sikuli examples

Revision history for this message
Maniraj (aathimaniraj) said :
#5

Thanks RaiMan, that solved my question.