Esempio n. 1
0
 def __init__(self):
     self.extension_connection = ExtensionConnection()
     self._start_cmd = utils.get_firefox_start_cmd()
     self.process = None
 def __init__(self):
     self.extension_connection = ExtensionConnection()
     self._start_cmd = utils.get_firefox_start_cmd()
     self.process = None
 def _launch_in_silent(self):
     os.environ["XRE_PROFILE_PATH"] = self.anonymous_profile_dir
     subprocess.Popen([utils.get_firefox_start_cmd(), "-silent"]).wait()
 def _launch_in_silent(self):
     os.environ["XRE_PROFILE_PATH"] = self.anonymous_profile_dir
     subprocess.Popen([utils.get_firefox_start_cmd(), "-silent"]).wait()