Exemplo n.º 1
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self._screenshot_index = {}
     self._screenshot_path_stack = []
     self.screenshot_root_directory = None
Exemplo n.º 2
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
Exemplo n.º 3
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self._table_element_finder = TableElementFinder(ctx)
Exemplo n.º 4
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self._next_alert_dismiss_type = self.ACCEPT_ALERT
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self._window_manager = WindowManager()
Exemplo n.º 6
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self.element = ElementKeywords(ctx)
Exemplo n.º 7
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self.form_element = FormElementKeywords(ctx)
Exemplo n.º 8
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self.element_finder = ElementFinder()
     self.form_element = FormElementKeywords(ctx)