How to handle popup errors with seleniumbase? #3096
              
                
                  
                  
                    Answered
                  
                  by
                    mdmintz
                  
              
          
                  
                    
                      misterpeople
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Sometimes the website that i scrape has these annoying popup errors like this: I cant find a way to interact with them and handle them | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        Sep 5, 2024 
      
    
    Replies: 1 comment
-
| See SeleniumBase/examples/handle_alert_test.py. Use one of these: 
 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        mdmintz
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
See SeleniumBase/examples/handle_alert_test.py.
Use one of these:
self.accept_alert()self.dismiss_alert()