Exemplo n.º 1
0
 def start(self, path):
     try:
         execute_browser(path)
     except OSError as e:
         ERROR_MESSAGE = str(e)
         return False
Exemplo n.º 2
0
 def start(self, target):
     execute_browser(target)
Exemplo n.º 3
0
 def start(self, target):
     execute_browser(target)
Exemplo n.º 4
0
 def start(self, path):
     try:
         execute_browser(path)
     except OSError as e:
         ERROR_MESSAGE = str(e)
         return False