FIXED 1. On http://doc.sikuli.org/tutorials/helloworld/helloworld-win.html replace teh with the.
FIXED 2.On http://doc.sikuli.org/tutorials/surveillance/surveillance.html
popup("Obama has updated his message") but on the popup itself the text is
"Obama has updated his status message"
FIXED 3.On http://doc.sikuli.org/tutorials/resize/resize.html
The strategy is illustrated below. We want to find the top-right corner, then go to the right to find the top-right corner, then go below to find the bottom-right corner.
Change to:
The strategy is illustrated below. We want to find the top-left corner, then go to the right to find the top-right corner, then go below to find the bottom-right corner.
BUT THIS WAY: We first find the top-left corner as reference, then go to the right to find the top-right corner, then go below to find the bottom-right corner.