How Python Selenium WebDriver refreshes the current page
漂亮男人
漂亮男人 2017-06-28 09:25:11
0
1
1355

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)
漂亮男人
漂亮男人

reply all(1)
巴扎黑

Reference article: A concise guide to Python Selenium WebDriver

Refresh the page

driver.refresh()
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template