Download HAR file using seleniumbase #2119
              
                
                  
                  
                    Answered
                  
                  by
                    mdmintz
                  
              
          
                  
                    
                      db-dhananjayb
                    
                  
                
                  asked this question in
                Q&A
              
            -
| At the end of selenium script, I want to download HAR file from the browser. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        Sep 18, 2023 
      
    
    Replies: 1 comment
-
| You can generate your own HAR file from the network logs. See https://github.com/seleniumbase/SeleniumBase/blob/master/examples/uc_cdp_events.py for an example. | 
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
  
        
    
You can generate your own HAR file from the network logs.
See https://github.com/seleniumbase/SeleniumBase/blob/master/examples/uc_cdp_events.py for an example.