jefcolbi

Results 10 comments of 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?

Hi @justbendev any update about this issue?

Hi. Why this PR is still not merged? We are still encoutering this error.

Thank you. I tried building the container with `docker build` its succeeded but upon start it gives me an error. ``` File "", line 1050, in _gcd_import File "", line...