Tutorial - egroise/uxtest GitHub Wiki
Create a folder named myFolder
nd unzip the uxtst.sikuli
library into it. Then create a new Sikuli script named tutorial.sikuli
into MyFolder
.
First thing to do in your new script is to import the uxtst library in your script.
import uxtst
Then import the uxtsts namespace: you can now call uxtst functions directly without having to prefix with uxtst.
.
from uxtst import *
Call the startTest to initialize the test.
startTest("Tutorial")
Your test will be to