~nskaggs/+junk/ubuntusdk_autopilot_emulator

« back to all changes in this revision

Viewing changes to ubuntusdk.py

  • Committer: nskaggs
  • Date: 2013-06-25 23:33:26 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20130625233326-7nirq8l8374h4jzp
fix not able to click 'back' button on toolbar

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        toolbar = self.get_toolbar()
69
69
        if not toolbar.opened:
70
70
            self.open_toolbar()
71
 
        row = toolbar.select_single("QQuickRow")
 
71
        row = toolbar.select_single("ToolbarActions")
72
72
        loaderList = row.select_many("QQuickLoader")
73
73
        for loader in loaderList:
74
74
            buttonList = loader.select_many("Button")