How do I auto refresh the browser in Selenium?

How can we auto refresh the browser in Selenium?

Hi Ian,

To refresh the current page using the command "driver.navigate().refresh();".