How to integrate seleniumbase in visual studio project #755
              
                
                  
                  
                    Answered
                  
                  by
                    mdmintz
                  
              
          
                  
                    
                      iqbalshekh
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Hi, I have ready project for automation build on python Unitest framework. After studying seleniumbase I wants to add seleniumbase framework in to my existing project. But I confusion about to create new project in VS or use existing one. can you suggest better option? Thanks, | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        Dec 19, 2020 
      
    
    Replies: 1 comment
-
| Hi @iqbalshekh, as long as you use a separate Python virtual environment from the rest of your Python code, there should be no problem adding SeleniumBase into an existing project. The separate virtual environment will prevent dependency conflicts. | 
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
  
        
    
Hi @iqbalshekh, as long as you use a separate Python virtual environment from the rest of your Python code, there should be no problem adding SeleniumBase into an existing project. The separate virtual environment will prevent dependency conflicts.