I built python selenium script to open multiple tabs with the same URL. I wanna refresh all tabs at once. Please help me.
            Asked
            
        
        
            Active
            
        
            Viewed 99 times
        
    -1
            
            
        - 
                    Could you please provide the code. – Dmitry Leiko Nov 30 '19 at 07:56
- 
                    1https://stackoverflow.com/questions/10245641/refreshing-web-page-by-webdriver-when-waiting-for-specific-condition – αԋɱҽԃ αмєяιcαη Nov 30 '19 at 07:57
- 
                    Please Check My Answer! – Hamza Lachi Nov 30 '19 at 11:33
1 Answers
0
            
            
        You Can Also Try This For Refresh Page:
driver.refresh()
And Also Re Open URL For Refresh:
driver.get('website.com')
 
    
    
        Hamza Lachi
        
- 1,046
- 7
- 25
