username = 'test'
password = 'password'
wait(
, 300)
click(
)
wait(
)
click(
)
wait(
)
type(
, username)
#type("firstboot_username.png", username)
#type("firstboot_password.png", password)
# this is a hacky way to make sikuli pause between password and
# verifying it - I was having trouble with geting half of the
# verification inside the password box
click(
)
exists(
)
type(password)
#type("firstboot_confirmPassword.png", password)
click(
)
exists(
)
type(password)
click(
)
click(
)
click(
)
click(
)
waitVanish(
, 120)
wait(
, 60)
click(
)
# are you sure you don't want to submit a HW profile?
wait(
)
click(
)
wait(
, 120)