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