Пример #1
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self._screenshot_index = {}
     self._screenshot_path_stack = []
     self.screenshot_root_directory = None
Пример #2
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
Пример #3
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self._table_element_finder = TableElementFinder(ctx)
Пример #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()
Пример #6
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self.element = ElementKeywords(ctx)
Пример #7
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self.form_element = FormElementKeywords(ctx)
Пример #8
0
 def __init__(self, ctx):
     LibraryComponent.__init__(self, ctx)
     self.element_finder = ElementFinder()
     self.form_element = FormElementKeywords(ctx)