Issue enabling wire=True in SeleniumBase – driver.requests missing #3683
|
Hi there! I’m trying to intercept network requests (e.g. .mp3 URLs for an audio CAPTCHA solver) while also using undetected Chrome. I attempted: with SB(uc=True, wire=True, headless=False) as sb: but sb.driver.requests isn’t available. What’s the correct way to combine the wire=True flag with uc=True so that sb.driver is a selenium‑wire instance? Or is there another recommended pattern to get both undetectability and request interception in SeleniumBase? Thanks! |
Answered by
mdmintz
Apr 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #3247