2013-02-22 13:33:44 |
RaiMan |
description |
1. On http://sikuli.org/docx/tutorials/helloworld/helloworld-win.html replace teh with the.
2.On http://sikuli.org/docx/tutorials/surveillance/surveillance.html
popup("Obama has updated his message") but on the popup itself the text is
"Obama has updated his status message"
3.On http://sikuli.org/docx/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. |
1. On http://doc.sikuli.org/tutorials/helloworld/helloworld-win.html replace teh with the.
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"
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. |
|
2013-02-22 13:38:36 |
RaiMan |
description |
1. On http://doc.sikuli.org/tutorials/helloworld/helloworld-win.html replace teh with the.
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"
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. |
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. |
|