Question #697920 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697920

    Status: Open => Answered

RaiMan proposed the following answer:
In a first step simply write down the steps of some basic workflow, like
- open webpage of game
- click start button
- wait for the initial screen content
- ...

you might just do this in the SikuliX IDE like so
# open webpage of game
# click start button
# wait for the initial screen content

so the lines are just taken as comment lines

Now you might add real code and captured images (using the capture
button):

# click start button
startBtn = <captured image>
click(startBtn)

Just look for some sample scripts in the net to get some basic ideas.

Scan the SikuliX docs to get a feeling about the features.

Learn some basic Python, to be able to script more complex workflows.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to