def start(self, path):
     try:
         execute_browser(path)
     except OSError as e:
         ERROR_MESSAGE = str(e)
         return False
Example #2
0
 def start(self, target):
     execute_browser(target)
Example #3
0
 def start(self, target):
     execute_browser(target)
Example #4
0
 def start(self, path):
     try:
         execute_browser(path)
     except OSError as e:
         ERROR_MESSAGE = str(e)
         return False