I\'m using Python to gather some information, construct a very simple html page, save it locally and display the page in my browser using webbrowser.open(\'file:///c:/testfi
I use pyautogui module to refresh the browser page. It's one liner:
import pyautogui pyautogui.hotkey('f5') #Simulates F5 key press = page refresh