Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/shell.py
blob: 807e95983976eabb7ffb84980eb4f8858f7aa29c (plain)
1
2
3
4
5
6
7
8
9
10
11
from dogtail import tree

shell = tree.root.child(name="sugar-session", roleName="application")

# Complete the intro screen
done_button = shell.child(name="Done", roleName="push button")
done_button.click()

# Switch to the home list view
#radio_button = shell.child(name="List view", roleName="radio button")
#radio_button.click()