← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #183598]: I need to check the presence of GUID value that changes after every 10 seconds, can we do that ?

 

Question #183598 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/183598

RaiMan proposed the following answer:
--- remember the very first GUID
if you need the text as text try Region.text() (but be aware: bug )

If the image is sufficient

imgGUI = capture(reg)

where reg is the above defined region to observe.
imgGUI can be used to compare against other images using class Finder.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.