~osomon/webbrowser-app/http-auth

« back to all changes in this revision

Viewing changes to tests/autopilot/webapp_container/tests/__init__.py

  • Committer: CI Train Bot
  • Author(s): Alexandre Abreu
  • Date: 2015-04-30 16:34:48 UTC
  • mfrom: (987.1.3 window-open-overlay)
  • Revision ID: ci-train-bot@canonical.com-20150430163448-b6g6uef6v9hc5asg
Add multi-window support for webapps Fixes: #1411722
Approved by: Olivier Tilloy

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    def get_webview(self):
84
84
        return self.app.select_single(objectName="webview")
85
85
 
 
86
    def get_popup_overlay_views(self):
 
87
        return self.app.select_many("PopupWindowOverlay")
 
88
 
 
89
    def get_popup_controller(self):
 
90
        return self.app.select_single(objectName="popupController")
 
91
 
86
92
    def get_oxide_webview(self):
87
93
        container = self.get_webview().select_single(
88
94
            objectName='containerWebviewLoader')