sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02461
Re: [Question #154519]: Comparing html pages
Question #154519 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/154519
Status: Answered => Open
Dharesh is still having a problem:
Thanks for the above answers. I'm able to scroll down the page by using
mouse related classes. I'm a newbie to Sikuli so, just need your
suggestions on automating the scenario in the first answer given by you.
I need another clarification too, how do I find the exact difference
between two images? Used the below code for comparison between a screen
shot and the page in the browser.
a = find(Pattern(img1))
print "Similarity = ", a.getScore();
Similarity score returned was 0.8167829.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.