Carlos Soria

Results 2 comments of Carlos Soria

I'm having the same problem loading the captcha solver extension for a bot with that version. When do you think the temporary fix will be available?

`` try: chrome_options.add_extension("C:\\Resolver.crx") chrome_options.add_argument("--disable-features=DisableLoadExtensionCommandLineSwitch") print(" Extensión Cargada Correctamente.") except Exception as e: print(f"Error al cargar la extensión: {e}")`` Running in Python