sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #50754
Re: [Question #678800]: How to do screen comparison using sikuli ide?
Question #678800 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678800
Status: Open => Answered
Asheru proposed the following answer:
So you want to:
- navigate with browser A
-do some actions
-take a screenshot with sikuli
-store it in a constant like resultBrowserA = myScreenshot.png
- do the same thing for browserB
-resultBrowserB = myScreenshot2.png
compare IF resultBrowserA = resultBrowserB ?
IF you want something similar I guess you can use FInder class from
sikuli. See- http://doc.sikuli.org/finder.html
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.