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! | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        Apr 19, 2025 
      
    
    Replies: 1 comment 2 replies
-
| See #3247 | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        mdmintz
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
See #3247