check a date in an image it match today then start process?

Asked by sid

i have an image that has list of dated and if the date is equal to today i want to download the file. other wise wait till the date changes to today.

Question information

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

You might try Region.text() (see docs), but be aware: bug 710586.

Revision history for this message
sid (sidhubhatia23) said :
#2

Thanks Rain man