Exemplo n.º 1
0
    def __init__(self, marionette_getter, window, element):
        UIBaseLib.__init__(self, marionette_getter, window, element)

        self._security = Security(lambda: self.marionette)
        self._handle = None
Exemplo n.º 2
0
    def __init__(self, marionette, window, element):
        super(Tab, self).__init__(marionette, window, element)

        self._security = Security(self.marionette)
        self._handle = None