sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24587
Re: [Question #244689]: Automate Go To Environment Variables Windows 7
Question #244689 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244689
Status: Open => Answered
RaiMan proposed the following answer:
yes we can ;-)
(tested on Windows XP with SikuliX 1.0.1)
*** preps in IDE
- new script (save it)
- start = <start button image>
- computer =
- now go outside IDE and click start button manually and use shift-ctrl-2 to start the capture and capture your computer image
- back in IDE you now have
computer = <image of computer>
- props =
- now go outside IDE and click start button and right click on computermanually and use shift-ctrl-2 to start the capture and capture the respective menu item
- back in IDE you now have
props = <image of menu item>
.. and now:
click(start)
wait(0.5)
rightClick(computer)
wait(0.5)
click(props)
… and here you are ;-)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.