Proxy Authentication Conflict #3496
-
Hi, Behavior: When I use the rektCaptcha extension with SeleniumBase (SB), a proxy authentication prompt appears, even though the proxy is correctly configured and works fine manually. Steps Tried: I used the following code snippet (latest SB version): solver_path = "./rektCaptcha-reCaptcha-Solver" with SB(uc=True, extension_dir=solver_path, proxy=proxy, headless=False) as sb: The issue persists even when removing rtf=True and ad_block=True or running without headless mode. Do you recommend any workaround to allow extensions to function properly without triggering proxy authentication prompts? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It would appear the issue is with rektCaptcha, as other extensions don't have a problem with the SeleniumBase extension that sets proxy settings, which is based on https://stackoverflow.com/a/35293284. |
Beta Was this translation helpful? Give feedback.
It would appear the issue is with rektCaptcha, as other extensions don't have a problem with the SeleniumBase extension that sets proxy settings, which is based on https://stackoverflow.com/a/35293284.