-
| I would like to test with an older Chrome version; however, it tests with the latest version. I used the command "sbase get chromedriver 109", but it should be testing with Chrome version 109, not the latest chrome version. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        Sep 30, 2024 
      
    
    Replies: 1 comment 2 replies
-
| SeleniumBase doesn't download the actual browsers for you. Just the drivers. If you want to test on a specific browser version, you'll need to download and install that separately. | 
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
  
        
    
SeleniumBase doesn't download the actual browsers for you. Just the drivers. If you want to test on a specific browser version, you'll need to download and install that separately.