jefcolbi
jefcolbi
Hi, what is not expected? Is it normal to not release a port after the process terminates? I think no. If it must be done could you point the part...
Hi. I faced the same error with the latest selenium-wire ``` default_prof_path = list(FirefoxProfileLoader.get_profiles())[0].path print(f"{default_prof_path = }") options = FirefoxOptions() options.accept_insecure_certs = True options.set_preference("security.cert_pinning.enforcement_level", 0) options.set_preference("network.stricttransportsecurity.preloadlist", False) options.profile = FirefoxProfile(default_prof_path)...
what do you mean by an external link? The example i provided is not an external link?