Exemplo n.º 1
0
 def __init__(self, driver):
     self.driver = driver
     self.config = cfg_wrapper().config
Exemplo n.º 2
0
 def __init__(self):
     self.driver = se_wrapper().connection
     self.config = cfg_wrapper().config
Exemplo n.º 3
0
 def __init__(self, driver):
     self.driver = driver
     self.config = cfg_wrapper().config
     self.current_search_category = CurrentSearchCategory(self.driver)
Exemplo n.º 4
0
 def __init__(self, driver):
     self.driver = driver
     self.config = cfg_wrapper().config
Exemplo n.º 5
0
 def __init__(self, driver):
     self.driver = driver
     self.config = cfg_wrapper().config
     self.current_search_category = CurrentSearchCategory(self.driver)