The URL of the current page is:
driver.current_url
Is it necessary to refresh the current page like this? It’s so stupid:
driver.get(driver.current_url)
Reference article: A concise guide to Python Selenium WebDriver
Refresh the page
driver.refresh()
Reference article: A concise guide to Python Selenium WebDriver
Refresh the page