-1

I built python selenium script to open multiple tabs with the same URL. I wanna refresh all tabs at once. Please help me.

STAR-SSS
  • 30
  • 3

1 Answers1

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