Exemplo n.º 1
0
 def wait_exist(self, control):
     return wait.wait_exist(control)
Exemplo n.º 2
0
 def wait_exist(self, control, **kwargs):
     return wait.wait_exist(control, **kwargs)
Exemplo n.º 3
0
 def wait_exist(self, control):
     return wait.wait_exist(control)