Exemple #1
0
 def restart_miro(self):
     if self.os_name == "lin":
         config.start_miro_on_linux()
     else:
         App.focus(testsetup.launch_cmd())
     try:
         wait(Pattern("sidebar_top.png").similar(0.6),20)
     except:
         pass
Exemple #2
0
 def restart_miro(self):
     if self.os_name == "lin":
         config.start_miro_on_linux()
     else:
         App.open(testsetup.launch_cmd())
     wait("Miro", 30)
Exemple #3
0
 def restart_miro(self):
     if self.os_name == "lin":
         config.start_miro_on_linux()
     else:
         App.open(testsetup.launch_cmd())
     wait("Miro", 30)