from guide import *
skype = App.focus("Skype")
dialog("This tutorial teaches you how to use Skype.")
bracket(skype.window(), side="left")
show()
text(
, "click me to open the dialpad", side="top")
spotlight(
)
show()
dialog("You can call any phone number with the dialpad")
show()
clickable(
)
rectangle(
)
text(
, "click me again to close the dialpad")
#dialog("Let's close the dialpad")
show()
click(Pattern(
).targetOffset(80,2))
flag(
, "Click me to call", side="left")
circle(
)
dialog("you can call a certain person in the address book")
show()
flag(
, "Click me to enable video chat", side="left")
dialog("You can also call with video chat...")
show()