Results 8 issues of Francisco Palomares

Message: Service /Users/*********/.wdm/drivers/chromedriver/mac64_m1/101.0.4951.41/chromedriver unexpectedly exited. Status code was: -9 options_chrome = webdriver.ChromeOptions() options = {'disable_encoding': True} driver = webdriver.Chrome(ChromeDriverManager().install(), seleniumwire_options=options, chrome_options=options_chrome)

If you try to generate an executable using seleniumwire together with undetected bot, it does not work. I have tested it by adding the seleniumwire hook to pyinstaller. I have...

If import ` from selenium import webdriver` => works if import ` from seleniumwire import webdriver` => not works ``` from selenium.webdriver.common.by import By from webdriver_manager.chrome import ChromeDriverManager import selenium.webdriver.chrome.service...

Im trying to execute two selenium in differente threads, but it executed one and then the second: ``` from seleniumwire import webdriver from webdriver_manager.chrome import ChromeDriverManager import eel eel.init('web') def...

![image](https://user-images.githubusercontent.com/39648210/76311786-fec17680-62d1-11ea-942f-4c174ecf8d9e.png) Link text: https://builder.r-hub.io/status/original/SSLR_0.9.0.tar.gz-e6e47acee7934c658922ac70b28bc9d8

Hi, When I use normal undetected chrome driver works ! but when I use with selenium wire, its detected. Thanks

Hi, When I generate .exe with pyinstaller. I get this error: [4180:46980:0124/190251.664:ERROR:cert_verify_proc_builtin.cc(676)] CertVerifyProcBuiltin for content-autofill.googleapis.com failed: ----- Certificate i=1 (CN=Selenium Wire CA) ----- ERROR: No matching issuer found

Hi, Example multiprocessing in python? I only see in one port. Thanks